Html Css Color HEX #D80C50 Razzmatazz

📋 copy color: '#D80C50'

red 216 ◦ green 12 ◦ blue 80

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

Shades of Razzmatazz #D80C50

Tints of Razzmatazz #D80C50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 25.97%

R = 70.13%
G = 3.9%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D80C50 (or 0xD80C50) is known color: Razzmatazz. HEX triplet: D8, 0C and 50. RGB value is (216,12,80). Sum of RGB (Red+Green+Blue) = 216+12+80=308 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.13% from 308); Green value is 12 (5.08% from 255 or 3.90% from 308); Blue value is 80 (31.64% from 255 or 25.97% from 308); Max value from RGB is 216 - color contains mainly: red. Hex color #D80C50 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80C50 is #27F3AF. Grayscale: #505050. Windows color (decimal): -2618288 or 5246168. OLE color: 5246168.

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

Color convert

RGB 216 12 80 -
CMYK 0 0.94 0.63 0.15
HSL 340º 0.89% 0.45% -
HSV(B) 340º 0.94% 0.85% -
XYZ 29.9 15.44 8.99 -
YUV 80.75 127.59 224.47 -
System Red Green Blue C M Y K H S L
Decimal 216 12 80 0 0.94 0.63 0.15 340 0.89 0.45
Hex D8 C 50 0 5E 3F F 154 59 2D
Octal 330 14 120 0 136 77 17 524 131 55
Binary 11011000 1100 1010000 0 1011110 111111 1111 101010100 1011001 101101

Color Harmonies of #D80C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80C50

Black with #D80C50

Text Example


Text Example

White with #D80C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80C50; }

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

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

background-color css

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

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

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

border-color css

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

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

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