Html Css Color HEX #D9006E Razzmatazz

📋 copy color: '#D9006E'

red 217 ◦ green 0 ◦ blue 110

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

Shades of Razzmatazz #D9006E

Tints of Razzmatazz #D9006E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 33.64%

R = 66.36%
G = 0%
B = 33.64%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D9006E (or 0xD9006E) is known color: Razzmatazz. HEX triplet: D9, 00 and 6E. RGB value is (217,0,110). Sum of RGB (Red+Green+Blue) = 217+0+110=327 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.36% from 327); Green value is 0 (0.39% from 255 or 0% from 327); Blue value is 110 (43.36% from 255 or 33.64% from 327); Max value from RGB is 217 - color contains mainly: red. Hex color #D9006E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9006E is #26FF91. Grayscale: #4D4D4D. Windows color (decimal): -2555794 or 7209177. OLE color: 7209177.

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

Color convert

RGB 217 0 110 -
CMYK 0 1 0.49 0.15
HSL 329.59º 1% 0.43% -
HSV(B) 329.59º 1% 0.85% -
XYZ 31.43 15.88 16.16 -
YUV 77.42 146.39 227.56 -
System Red Green Blue C M Y K H S L
Decimal 217 0 110 0 1 0.49 0.15 329.59 1 0.43
Hex D9 0 6E 0 64 31 F 14A 64 2B
Octal 331 0 156 0 144 61 17 512 144 53
Binary 11011001 0 1101110 0 1100100 110001 1111 101001010 1100100 101011

Color Harmonies of #D9006E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9006E

Black with #D9006E

Text Example


Text Example

White with #D9006E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9006E; }

 p { color: rgb(217,0,110); }

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

background-color css

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

 a { background-color: rgb(217,0,110); }

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

border-color css

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

 span { border-color: rgb(217,0,110); }

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