Html Css Color HEX #D9025C Razzmatazz

📋 copy color: '#D9025C'

red 217 ◦ green 2 ◦ blue 92

#D9025C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzmatazz #D9025C

Tints of Razzmatazz #D9025C

RGB

 RED value IS 217 (85.16% from 255) = 69.77%

 GREEN value IS 2 (1.17% from 255) = 0.64%

 BLUE value IS 92 (36.33% from 255) = 29.58%

R = 69.77%
G = 0.64%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.58

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D9025C (or 0xD9025C) is known color: Razzmatazz. HEX triplet: D9, 02 and 5C. RGB value is (217,2,92). Sum of RGB (Red+Green+Blue) = 217+2+92=311 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.77% from 311); Green value is 2 (1.17% from 255 or 0.64% from 311); Blue value is 92 (36.33% from 255 or 29.58% from 311); Max value from RGB is 217 - color contains mainly: red. Hex color #D9025C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9025C is #26FDA3. Grayscale: #4C4C4C. Windows color (decimal): -2555300 or 6030041. OLE color: 6030041.

HSL color Cylindrical-coordinate representation of color #D9025C: hue angle of 334.88º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D9025C is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 2 92 -
CMYK 0 0.99 0.58 0.15
HSL 334.88º 0.98% 0.43% -
HSV(B) 334.88º 0.99% 0.85% -
XYZ 30.57 15.57 11.52 -
YUV 76.55 136.73 228.18 -
System Red Green Blue C M Y K H S L
Decimal 217 2 92 0 0.99 0.58 0.15 334.88 0.98 0.43
Hex D9 2 5C 0 63 3A F 14F 62 2B
Octal 331 2 134 0 143 72 17 517 142 53
Binary 11011001 10 1011100 0 1100011 111010 1111 101001111 1100010 101011

Color Harmonies of #D9025C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9025C

Black with #D9025C

Text Example


Text Example

White with #D9025C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9025C; }

 p { color: rgb(217,2,92); }

 H1.HeaderClassName
 {
   color: #D9025C;
 }
 .AnyTagClassName
 {
   color: #D9025C;
 }
</style>

background-color css

<style>
 a { background-color: #D9025C; }

 a { background-color: rgb(217,2,92); }

 div.DivClassName
 {
   background-color: #D9025C;
 }
 .BgClassName
 {
   background-color: #D9025C;
 }
</style>

border-color css

<style>
 span { border-color: #D9025C; }

 span { border-color: rgb(217,2,92); }

 td.TdClassName
 {
   border-color: #D9025C;
 }
 .TagClassName
 {
   border-color: #D9025C;
 }
</style>