Html Css Color HEX #D20257 Razzmatazz

📋 copy color: '#D20257'

red 210 ◦ green 2 ◦ blue 87

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

Shades of Razzmatazz #D20257

Tints of Razzmatazz #D20257

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.67%

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

R = 70.23%
G = 0.67%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#D20257 (or 0xD20257) is known color: Razzmatazz. HEX triplet: D2, 02 and 57. RGB value is (210,2,87). Sum of RGB (Red+Green+Blue) = 210+2+87=299 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.23% from 299); Green value is 2 (1.17% from 255 or 0.67% from 299); Blue value is 87 (34.38% from 255 or 29.10% from 299); Max value from RGB is 210 - color contains mainly: red. Hex color #D20257 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20257 is #2DFDA8. Grayscale: #494949. Windows color (decimal): -3014057 or 5702354. OLE color: 5702354.

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

Color convert

RGB 210 2 87 -
CMYK 0 0.99 0.59 0.18
HSL 335.48º 0.98% 0.42% -
HSV(B) 335.48º 0.99% 0.82% -
XYZ 28.32 14.43 10.31 -
YUV 73.88 135.41 225.09 -
System Red Green Blue C M Y K H S L
Decimal 210 2 87 0 0.99 0.59 0.18 335.48 0.98 0.42
Hex D2 2 57 0 63 3B 12 14F 62 2A
Octal 322 2 127 0 143 73 22 517 142 52
Binary 11010010 10 1010111 0 1100011 111011 10010 101001111 1100010 101010

Color Harmonies of #D20257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20257

Black with #D20257

Text Example


Text Example

White with #D20257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20257; }

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

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

background-color css

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

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

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

border-color css

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

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

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