Html Css Color HEX #D8005D Razzmatazz

📋 copy color: '#D8005D'

red 216 ◦ green 0 ◦ blue 93

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

Shades of Razzmatazz #D8005D

Tints of Razzmatazz #D8005D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 30.1%

R = 69.9%
G = 0%
B = 30.1%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D8005D (or 0xD8005D) is known color: Razzmatazz. HEX triplet: D8, 00 and 5D. RGB value is (216,0,93). Sum of RGB (Red+Green+Blue) = 216+0+93=309 (40% of max value = 765). Red value is 216 (84.77% from 255 or 69.90% from 309); Green value is 0 (0.39% from 255 or 0% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 216 - color contains mainly: red. Hex color #D8005D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8005D is #27FFA2. Grayscale: #4B4B4B. Windows color (decimal): -2621347 or 6095064. OLE color: 6095064.

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

Color convert

RGB 216 0 93 -
CMYK 0 1 0.57 0.15
HSL 334.17º 1% 0.42% -
HSV(B) 334.17º 1% 0.85% -
XYZ 30.29 15.39 11.73 -
YUV 75.19 138.06 228.44 -
System Red Green Blue C M Y K H S L
Decimal 216 0 93 0 1 0.57 0.15 334.17 1 0.42
Hex D8 0 5D 0 64 39 F 14E 64 2A
Octal 330 0 135 0 144 71 17 516 144 52
Binary 11011000 0 1011101 0 1100100 111001 1111 101001110 1100100 101010

Color Harmonies of #D8005D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8005D

Black with #D8005D

Text Example


Text Example

White with #D8005D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8005D; }

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

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

background-color css

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

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

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

border-color css

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

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

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