Html Css Color HEX #D60B57 Razzmatazz

📋 copy color: '#D60B57'

red 214 ◦ green 11 ◦ blue 87

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

Shades of Razzmatazz #D60B57

Tints of Razzmatazz #D60B57

RGB

 RED value IS 214 (83.98% from 255) = 68.59%

 GREEN value IS 11 (4.69% from 255) = 3.53%

 BLUE value IS 87 (34.38% from 255) = 27.88%

R = 68.59%
G = 3.53%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D60B57 (or 0xD60B57) is known color: Razzmatazz. HEX triplet: D6, 0B and 57. RGB value is (214,11,87). Sum of RGB (Red+Green+Blue) = 214+11+87=312 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.59% from 312); Green value is 11 (4.69% from 255 or 3.53% from 312); Blue value is 87 (34.38% from 255 or 27.88% from 312); Max value from RGB is 214 - color contains mainly: red. Hex color #D60B57 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60B57 is #29F4A8. Grayscale: #505050. Windows color (decimal): -2749609 or 5704662. OLE color: 5704662.

HSL color Cylindrical-coordinate representation of color #D60B57: hue angle of 337.54º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D60B57 is Cyan = 0, Magento = 0.95, Yellow = 0.59 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 11 87 -
CMYK 0 0.95 0.59 0.16
HSL 337.54º 0.9% 0.44% -
HSV(B) 337.54º 0.95% 0.84% -
XYZ 29.57 15.22 10.4 -
YUV 80.36 131.75 223.32 -
System Red Green Blue C M Y K H S L
Decimal 214 11 87 0 0.95 0.59 0.16 337.54 0.9 0.44
Hex D6 B 57 0 5F 3B 10 152 5A 2C
Octal 326 13 127 0 137 73 20 522 132 54
Binary 11010110 1011 1010111 0 1011111 111011 10000 101010010 1011010 101100

Color Harmonies of #D60B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60B57

Black with #D60B57

Text Example


Text Example

White with #D60B57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60B57; }

 p { color: rgb(214,11,87); }

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

background-color css

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

 a { background-color: rgb(214,11,87); }

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

border-color css

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

 span { border-color: rgb(214,11,87); }

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