Html Css Color HEX #D20057 Razzmatazz

📋 copy color: '#D20057'

red 210 ◦ green 0 ◦ blue 87

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

Shades of Razzmatazz #D20057

Tints of Razzmatazz #D20057

RGB

 RED value IS 210 (82.42% from 255) = 70.71%

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

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

R = 70.71%
G = 0%
B = 29.29%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#D20057 (or 0xD20057) is known color: Razzmatazz. HEX triplet: D2, 00 and 57. RGB value is (210,0,87). Sum of RGB (Red+Green+Blue) = 210+0+87=297 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.71% from 297); Green value is 0 (0.39% from 255 or 0% from 297); Blue value is 87 (34.38% from 255 or 29.29% from 297); Max value from RGB is 210 - color contains mainly: red. Hex color #D20057 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20057 is #2DFFA8. Grayscale: #484848. Windows color (decimal): -3014569 or 5701842. OLE color: 5701842.

HSL color Cylindrical-coordinate representation of color #D20057: hue angle of 335.14º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D20057 is Cyan = 0, Magento = 1, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 0 87 -
CMYK 0 1 0.59 0.18
HSL 335.14º 1% 0.41% -
HSV(B) 335.14º 1% 0.82% -
XYZ 28.3 14.39 10.3 -
YUV 72.71 136.07 225.93 -
System Red Green Blue C M Y K H S L
Decimal 210 0 87 0 1 0.59 0.18 335.14 1 0.41
Hex D2 0 57 0 64 3B 12 14F 64 29
Octal 322 0 127 0 144 73 22 517 144 51
Binary 11010010 0 1010111 0 1100100 111011 10010 101001111 1100100 101001

Color Harmonies of #D20057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20057

Black with #D20057

Text Example


Text Example

White with #D20057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20057; }

 p { color: rgb(210,0,87); }

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

background-color css

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

 a { background-color: rgb(210,0,87); }

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

border-color css

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

 span { border-color: rgb(210,0,87); }

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