Html Css Color HEX #D80C58 Razzmatazz

📋 copy color: '#D80C58'

red 216 ◦ green 12 ◦ blue 88

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

Shades of Razzmatazz #D80C58

Tints of Razzmatazz #D80C58

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.8%

 BLUE value IS 88 (34.77% from 255) = 27.85%

R = 68.35%
G = 3.8%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#D80C58 (or 0xD80C58) is known color: Razzmatazz. HEX triplet: D8, 0C and 58. RGB value is (216,12,88). Sum of RGB (Red+Green+Blue) = 216+12+88=316 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.35% from 316); Green value is 12 (5.08% from 255 or 3.80% from 316); Blue value is 88 (34.77% from 255 or 27.85% from 316); Max value from RGB is 216 - color contains mainly: red. Hex color #D80C58 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80C58 is #27F3A7. Grayscale: #515151. Windows color (decimal): -2618280 or 5770456. OLE color: 5770456.

HSL color Cylindrical-coordinate representation of color #D80C58: hue angle of 337.65º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D80C58 is Cyan = 0, Magento = 0.94, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 12 88 -
CMYK 0 0.94 0.59 0.15
HSL 337.65º 0.89% 0.45% -
HSV(B) 337.65º 0.94% 0.85% -
XYZ 30.21 15.57 10.64 -
YUV 81.66 131.59 223.82 -
System Red Green Blue C M Y K H S L
Decimal 216 12 88 0 0.94 0.59 0.15 337.65 0.89 0.45
Hex D8 C 58 0 5E 3B F 152 59 2D
Octal 330 14 130 0 136 73 17 522 131 55
Binary 11011000 1100 1011000 0 1011110 111011 1111 101010010 1011001 101101

Color Harmonies of #D80C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80C58

Black with #D80C58

Text Example


Text Example

White with #D80C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80C58; }

 p { color: rgb(216,12,88); }

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

background-color css

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

 a { background-color: rgb(216,12,88); }

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

border-color css

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

 span { border-color: rgb(216,12,88); }

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