Html Css Color HEX #D8005C Razzmatazz

📋 copy color: '#D8005C'

red 216 ◦ green 0 ◦ blue 92

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

Shades of Razzmatazz #D8005C

Tints of Razzmatazz #D8005C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.87%

R = 70.13%
G = 0%
B = 29.87%

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

#D8005C (or 0xD8005C) is known color: Razzmatazz. HEX triplet: D8, 00 and 5C. RGB value is (216,0,92). Sum of RGB (Red+Green+Blue) = 216+0+92=308 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.13% from 308); Green value is 0 (0.39% from 255 or 0% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 216 - color contains mainly: red. Hex color #D8005C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8005C is #27FFA3. Grayscale: #4A4A4A. Windows color (decimal): -2621348 or 6029528. OLE color: 6029528.

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

Color convert

RGB 216 0 92 -
CMYK 0 1 0.57 0.15
HSL 334.44º 1% 0.42% -
HSV(B) 334.44º 1% 0.85% -
XYZ 30.25 15.37 11.5 -
YUV 75.07 137.56 228.52 -
System Red Green Blue C M Y K H S L
Decimal 216 0 92 0 1 0.57 0.15 334.44 1 0.42
Hex D8 0 5C 0 64 39 F 14E 64 2A
Octal 330 0 134 0 144 71 17 516 144 52
Binary 11011000 0 1011100 0 1100100 111001 1111 101001110 1100100 101010

Color Harmonies of #D8005C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8005C

Black with #D8005C

Text Example


Text Example

White with #D8005C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8005C; }

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

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

background-color css

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

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

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

border-color css

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

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

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