Html Css Color HEX #D8006C Razzmatazz

📋 copy color: '#D8006C'

red 216 ◦ green 0 ◦ blue 108

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

Shades of Razzmatazz #D8006C

Tints of Razzmatazz #D8006C

RGB

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

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

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

R = 66.67%
G = 0%
B = 33.33%

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

#D8006C (or 0xD8006C) is known color: Razzmatazz. HEX triplet: D8, 00 and 6C. RGB value is (216,0,108). Sum of RGB (Red+Green+Blue) = 216+0+108=324 (42% of max value = 765). Red value is 216 (84.77% from 255 or 66.67% from 324); Green value is 0 (0.39% from 255 or 0% from 324); Blue value is 108 (42.58% from 255 or 33.33% from 324); Max value from RGB is 216 - color contains mainly: red. Hex color #D8006C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8006C is #27FF93. Grayscale: #4C4C4C. Windows color (decimal): -2621332 or 7078104. OLE color: 7078104.

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

Color convert

RGB 216 0 108 -
CMYK 0 1 0.50 0.15
HSL 330º 1% 0.42% -
HSV(B) 330º 1% 0.85% -
XYZ 31.03 15.68 15.58 -
YUV 76.9 145.56 227.22 -
System Red Green Blue C M Y K H S L
Decimal 216 0 108 0 1 0.50 0.15 330 1 0.42
Hex D8 0 6C 0 64 32 F 14A 64 2A
Octal 330 0 154 0 144 62 17 512 144 52
Binary 11011000 0 1101100 0 1100100 110010 1111 101001010 1100100 101010

Color Harmonies of #D8006C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8006C

Black with #D8006C

Text Example


Text Example

White with #D8006C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8006C; }

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

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

background-color css

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

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

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

border-color css

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

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

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