Html Css Color HEX #D20158 Razzmatazz

📋 copy color: '#D20158'

red 210 ◦ green 1 ◦ blue 88

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

Shades of Razzmatazz #D20158

Tints of Razzmatazz #D20158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 29.43%

R = 70.23%
G = 0.33%
B = 29.43%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.58

 K value IS 0.18

RGB Variations

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

Color information

#D20158 (or 0xD20158) is known color: Razzmatazz. HEX triplet: D2, 01 and 58. RGB value is (210,1,88). Sum of RGB (Red+Green+Blue) = 210+1+88=299 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.23% from 299); Green value is 1 (0.78% from 255 or 0.33% from 299); Blue value is 88 (34.77% from 255 or 29.43% from 299); Max value from RGB is 210 - color contains mainly: red. Hex color #D20158 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20158 is #2DFEA7. Grayscale: #494949. Windows color (decimal): -3014312 or 5767634. OLE color: 5767634.

HSL color Cylindrical-coordinate representation of color #D20158: hue angle of 335.02º 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 #D20158 is Cyan = 0, Magento = 1.00, Yellow = 0.58 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 1 88 -
CMYK 0 1.00 0.58 0.18
HSL 335.02º 0.99% 0.41% -
HSV(B) 335.02º 1% 0.82% -
XYZ 28.35 14.43 10.52 -
YUV 73.41 136.24 225.43 -
System Red Green Blue C M Y K H S L
Decimal 210 1 88 0 1.00 0.58 0.18 335.02 0.99 0.41
Hex D2 1 58 0 64 3A 12 14F 63 29
Octal 322 1 130 0 144 72 22 517 143 51
Binary 11010010 1 1011000 0 1100100 111010 10010 101001111 1100011 101001

Color Harmonies of #D20158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20158

Black with #D20158

Text Example


Text Example

White with #D20158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20158; }

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

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

background-color css

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

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

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

border-color css

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

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

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