Html Css Color HEX #D00259 Razzmatazz

📋 copy color: '#D00259'

red 208 ◦ green 2 ◦ blue 89

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

Shades of Razzmatazz #D00259

Tints of Razzmatazz #D00259

RGB

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

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

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

R = 69.57%
G = 0.67%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D00259 (or 0xD00259) is known color: Razzmatazz. HEX triplet: D0, 02 and 59. RGB value is (208,2,89). Sum of RGB (Red+Green+Blue) = 208+2+89=299 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.57% from 299); Green value is 2 (1.17% from 255 or 0.67% from 299); Blue value is 89 (35.16% from 255 or 29.77% from 299); Max value from RGB is 208 - color contains mainly: red. Hex color #D00259 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00259 is #2FFDA6. Grayscale: #494949. Windows color (decimal): -3145127 or 5833424. OLE color: 5833424.

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

Color convert

RGB 208 2 89 -
CMYK 0 0.99 0.57 0.18
HSL 334.66º 0.98% 0.41% -
HSV(B) 334.66º 0.99% 0.82% -
XYZ 27.84 14.17 10.72 -
YUV 73.51 136.75 223.93 -
System Red Green Blue C M Y K H S L
Decimal 208 2 89 0 0.99 0.57 0.18 334.66 0.98 0.41
Hex D0 2 59 0 63 39 12 14F 62 29
Octal 320 2 131 0 143 71 22 517 142 51
Binary 11010000 10 1011001 0 1100011 111001 10010 101001111 1100010 101001

Color Harmonies of #D00259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00259

Black with #D00259

Text Example


Text Example

White with #D00259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00259; }

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

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

background-color css

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

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

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

border-color css

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

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

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