Html Css Color HEX #D1005E Razzmatazz

📋 copy color: '#D1005E'

red 209 ◦ green 0 ◦ blue 94

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

Shades of Razzmatazz #D1005E

Tints of Razzmatazz #D1005E

RGB

 RED value IS 209 (82.03% from 255) = 68.98%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 94 (37.11% from 255) = 31.02%

R = 68.98%
G = 0%
B = 31.02%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D1005E (or 0xD1005E) is known color: Razzmatazz. HEX triplet: D1, 00 and 5E. RGB value is (209,0,94). Sum of RGB (Red+Green+Blue) = 209+0+94=303 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.98% from 303); Green value is 0 (0.39% from 255 or 0% from 303); Blue value is 94 (37.11% from 255 or 31.02% from 303); Max value from RGB is 209 - color contains mainly: red. Hex color #D1005E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1005E is #2EFFA1. Grayscale: #494949. Windows color (decimal): -3080098 or 6160593. OLE color: 6160593.

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

Color convert

RGB 209 0 94 -
CMYK 0 1 0.55 0.18
HSL 333.01º 1% 0.41% -
HSV(B) 333.01º 1% 0.82% -
XYZ 28.31 14.36 11.87 -
YUV 73.21 139.74 224.86 -
System Red Green Blue C M Y K H S L
Decimal 209 0 94 0 1 0.55 0.18 333.01 1 0.41
Hex D1 0 5E 0 64 37 12 14D 64 29
Octal 321 0 136 0 144 67 22 515 144 51
Binary 11010001 0 1011110 0 1100100 110111 10010 101001101 1100100 101001

Color Harmonies of #D1005E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1005E

Black with #D1005E

Text Example


Text Example

White with #D1005E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1005E; }

 p { color: rgb(209,0,94); }

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

background-color css

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

 a { background-color: rgb(209,0,94); }

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

border-color css

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

 span { border-color: rgb(209,0,94); }

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