Html Css Color HEX #D00459 Razzmatazz

📋 copy color: '#D00459'

red 208 ◦ green 4 ◦ blue 89

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

Shades of Razzmatazz #D00459

Tints of Razzmatazz #D00459

RGB

 RED value IS 208 (81.64% from 255) = 69.1%

 GREEN value IS 4 (1.95% from 255) = 1.33%

 BLUE value IS 89 (35.16% from 255) = 29.57%

R = 69.1%
G = 1.33%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D00459 (or 0xD00459) is known color: Razzmatazz. HEX triplet: D0, 04 and 59. RGB value is (208,4,89). Sum of RGB (Red+Green+Blue) = 208+4+89=301 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.10% from 301); Green value is 4 (1.95% from 255 or 1.33% from 301); Blue value is 89 (35.16% from 255 or 29.57% from 301); Max value from RGB is 208 - color contains mainly: red. Hex color #D00459 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00459 is #2FFBA6. Grayscale: #4A4A4A. Windows color (decimal): -3144615 or 5833936. OLE color: 5833936.

HSL color Cylindrical-coordinate representation of color #D00459: hue angle of 335º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D00459 is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 4 89 -
CMYK 0 0.98 0.57 0.18
HSL 335º 0.96% 0.42% -
HSV(B) 335º 0.98% 0.82% -
XYZ 27.86 14.22 10.73 -
YUV 74.69 136.09 223.09 -
System Red Green Blue C M Y K H S L
Decimal 208 4 89 0 0.98 0.57 0.18 335 0.96 0.42
Hex D0 4 59 0 62 39 12 14F 60 2A
Octal 320 4 131 0 142 71 22 517 140 52
Binary 11010000 100 1011001 0 1100010 111001 10010 101001111 1100000 101010

Color Harmonies of #D00459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00459

Black with #D00459

Text Example


Text Example

White with #D00459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00459; }

 p { color: rgb(208,4,89); }

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

background-color css

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

 a { background-color: rgb(208,4,89); }

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

border-color css

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

 span { border-color: rgb(208,4,89); }

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