Html Css Color HEX #D20155 Razzmatazz

📋 copy color: '#D20155'

red 210 ◦ green 1 ◦ blue 85

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

Shades of Razzmatazz #D20155

Tints of Razzmatazz #D20155

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

 BLUE value IS 85 (33.59% from 255) = 28.72%

R = 70.95%
G = 0.34%
B = 28.72%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D20155 (or 0xD20155) is known color: Razzmatazz. HEX triplet: D2, 01 and 55. RGB value is (210,1,85). Sum of RGB (Red+Green+Blue) = 210+1+85=296 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.95% from 296); Green value is 1 (0.78% from 255 or 0.34% from 296); Blue value is 85 (33.59% from 255 or 28.72% from 296); Max value from RGB is 210 - color contains mainly: red. Hex color #D20155 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20155 is #2DFEAA. Grayscale: #484848. Windows color (decimal): -3014315 or 5571026. OLE color: 5571026.

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

Color convert

RGB 210 1 85 -
CMYK 0 1.00 0.60 0.18
HSL 335.89º 0.99% 0.41% -
HSV(B) 335.89º 1% 0.82% -
XYZ 28.23 14.38 9.88 -
YUV 73.07 134.74 225.67 -
System Red Green Blue C M Y K H S L
Decimal 210 1 85 0 1.00 0.60 0.18 335.89 0.99 0.41
Hex D2 1 55 0 64 3C 12 150 63 29
Octal 322 1 125 0 144 74 22 520 143 51
Binary 11010010 1 1010101 0 1100100 111100 10010 101010000 1100011 101001

Color Harmonies of #D20155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20155

Black with #D20155

Text Example


Text Example

White with #D20155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20155; }

 p { color: rgb(210,1,85); }

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

background-color css

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

 a { background-color: rgb(210,1,85); }

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

border-color css

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

 span { border-color: rgb(210,1,85); }

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