Html Css Color HEX #D80D56 Razzmatazz

📋 copy color: '#D80D56'

red 216 ◦ green 13 ◦ blue 86

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

Shades of Razzmatazz #D80D56

Tints of Razzmatazz #D80D56

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.13%

 BLUE value IS 86 (33.98% from 255) = 27.3%

R = 68.57%
G = 4.13%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#D80D56 (or 0xD80D56) is known color: Razzmatazz. HEX triplet: D8, 0D and 56. RGB value is (216,13,86). Sum of RGB (Red+Green+Blue) = 216+13+86=315 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.57% from 315); Green value is 13 (5.47% from 255 or 4.13% from 315); Blue value is 86 (33.98% from 255 or 27.30% from 315); Max value from RGB is 216 - color contains mainly: red. Hex color #D80D56 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80D56 is #27F2A9. Grayscale: #515151. Windows color (decimal): -2618026 or 5639640. OLE color: 5639640.

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

Color convert

RGB 216 13 86 -
CMYK 0 0.94 0.60 0.15
HSL 338.42º 0.89% 0.45% -
HSV(B) 338.42º 0.94% 0.85% -
XYZ 30.14 15.56 10.22 -
YUV 82.02 130.25 223.56 -
System Red Green Blue C M Y K H S L
Decimal 216 13 86 0 0.94 0.60 0.15 338.42 0.89 0.45
Hex D8 D 56 0 5E 3C F 152 59 2D
Octal 330 15 126 0 136 74 17 522 131 55
Binary 11011000 1101 1010110 0 1011110 111100 1111 101010010 1011001 101101

Color Harmonies of #D80D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80D56

Black with #D80D56

Text Example


Text Example

White with #D80D56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80D56; }

 p { color: rgb(216,13,86); }

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

background-color css

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

 a { background-color: rgb(216,13,86); }

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

border-color css

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

 span { border-color: rgb(216,13,86); }

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