Html Css Color HEX #D40259 Razzmatazz

📋 copy color: '#D40259'

red 212 ◦ green 2 ◦ blue 89

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

Shades of Razzmatazz #D40259

Tints of Razzmatazz #D40259

RGB

 RED value IS 212 (83.2% from 255) = 69.97%

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

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

R = 69.97%
G = 0.66%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.58

 K value IS 0.17

RGB Variations

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

Color information

#D40259 (or 0xD40259) is known color: Razzmatazz. HEX triplet: D4, 02 and 59. RGB value is (212,2,89). Sum of RGB (Red+Green+Blue) = 212+2+89=303 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.97% from 303); Green value is 2 (1.17% from 255 or 0.66% from 303); Blue value is 89 (35.16% from 255 or 29.37% from 303); Max value from RGB is 212 - color contains mainly: red. Hex color #D40259 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40259 is #2BFDA6. Grayscale: #4A4A4A. Windows color (decimal): -2882983 or 5833428. OLE color: 5833428.

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

Color convert

RGB 212 2 89 -
CMYK 0 0.99 0.58 0.17
HSL 335.14º 0.98% 0.42% -
HSV(B) 335.14º 0.99% 0.83% -
XYZ 28.98 14.76 10.77 -
YUV 74.71 136.07 225.93 -
System Red Green Blue C M Y K H S L
Decimal 212 2 89 0 0.99 0.58 0.17 335.14 0.98 0.42
Hex D4 2 59 0 63 3A 11 14F 62 2A
Octal 324 2 131 0 143 72 21 517 142 52
Binary 11010100 10 1011001 0 1100011 111010 10001 101001111 1100010 101010

Color Harmonies of #D40259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40259

Black with #D40259

Text Example


Text Example

White with #D40259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40259; }

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

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

background-color css

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

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

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

border-color css

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

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

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