Html Css Color HEX #D8006E Razzmatazz

📋 copy color: '#D8006E'

red 216 ◦ green 0 ◦ blue 110

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

Shades of Razzmatazz #D8006E

Tints of Razzmatazz #D8006E

RGB

 RED value IS 216 (84.77% from 255) = 66.26%

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

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

R = 66.26%
G = 0%
B = 33.74%

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

#D8006E (or 0xD8006E) is known color: Razzmatazz. HEX triplet: D8, 00 and 6E. RGB value is (216,0,110). Sum of RGB (Red+Green+Blue) = 216+0+110=326 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.26% from 326); Green value is 0 (0.39% from 255 or 0% from 326); Blue value is 110 (43.36% from 255 or 33.74% from 326); Max value from RGB is 216 - color contains mainly: red. Hex color #D8006E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8006E is #27FF91. Grayscale: #4C4C4C. Windows color (decimal): -2621330 or 7209176. OLE color: 7209176.

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

Color convert

RGB 216 0 110 -
CMYK 0 1 0.49 0.15
HSL 329.44º 1% 0.42% -
HSV(B) 329.44º 1% 0.85% -
XYZ 31.13 15.72 16.15 -
YUV 77.12 146.56 227.06 -
System Red Green Blue C M Y K H S L
Decimal 216 0 110 0 1 0.49 0.15 329.44 1 0.42
Hex D8 0 6E 0 64 31 F 149 64 2A
Octal 330 0 156 0 144 61 17 511 144 52
Binary 11011000 0 1101110 0 1100100 110001 1111 101001001 1100100 101010

Color Harmonies of #D8006E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8006E

Black with #D8006E

Text Example


Text Example

White with #D8006E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8006E; }

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

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

background-color css

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

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

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

border-color css

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

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

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