Html Css Color HEX #D9006C Razzmatazz

📋 copy color: '#D9006C'

red 217 ◦ green 0 ◦ blue 108

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

Shades of Razzmatazz #D9006C

Tints of Razzmatazz #D9006C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.23%

R = 66.77%
G = 0%
B = 33.23%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D9006C (or 0xD9006C) is known color: Razzmatazz. HEX triplet: D9, 00 and 6C. RGB value is (217,0,108). Sum of RGB (Red+Green+Blue) = 217+0+108=325 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.77% from 325); Green value is 0 (0.39% from 255 or 0% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 217 - color contains mainly: red. Hex color #D9006C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9006C is #26FF93. Grayscale: #4C4C4C. Windows color (decimal): -2555796 or 7078105. OLE color: 7078105.

HSL color Cylindrical-coordinate representation of color #D9006C: hue angle of 330.14º 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 #D9006C is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 0 108 -
CMYK 0 1 0.50 0.15
HSL 330.14º 1% 0.43% -
HSV(B) 330.14º 1% 0.85% -
XYZ 31.32 15.83 15.59 -
YUV 77.2 145.39 227.72 -
System Red Green Blue C M Y K H S L
Decimal 217 0 108 0 1 0.50 0.15 330.14 1 0.43
Hex D9 0 6C 0 64 32 F 14A 64 2B
Octal 331 0 154 0 144 62 17 512 144 53
Binary 11011001 0 1101100 0 1100100 110010 1111 101001010 1100100 101011

Color Harmonies of #D9006C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9006C

Black with #D9006C

Text Example


Text Example

White with #D9006C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9006C; }

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

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

background-color css

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

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

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

border-color css

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

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

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