Html Css Color HEX #D20058 Razzmatazz

📋 copy color: '#D20058'

red 210 ◦ green 0 ◦ blue 88

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

Shades of Razzmatazz #D20058

Tints of Razzmatazz #D20058

RGB

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

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

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

R = 70.47%
G = 0%
B = 29.53%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.58

 K value IS 0.18

RGB Variations

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

Color information

#D20058 (or 0xD20058) is known color: Razzmatazz. HEX triplet: D2, 00 and 58. RGB value is (210,0,88). Sum of RGB (Red+Green+Blue) = 210+0+88=298 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.47% from 298); Green value is 0 (0.39% from 255 or 0% from 298); Blue value is 88 (34.77% from 255 or 29.53% from 298); Max value from RGB is 210 - color contains mainly: red. Hex color #D20058 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20058 is #2DFFA7. Grayscale: #484848. Windows color (decimal): -3014568 or 5767378. OLE color: 5767378.

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

Color convert

RGB 210 0 88 -
CMYK 0 1 0.58 0.18
HSL 334.86º 1% 0.41% -
HSV(B) 334.86º 1% 0.82% -
XYZ 28.34 14.41 10.52 -
YUV 72.82 136.57 225.84 -
System Red Green Blue C M Y K H S L
Decimal 210 0 88 0 1 0.58 0.18 334.86 1 0.41
Hex D2 0 58 0 64 3A 12 14F 64 29
Octal 322 0 130 0 144 72 22 517 144 51
Binary 11010010 0 1011000 0 1100100 111010 10010 101001111 1100100 101001

Color Harmonies of #D20058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20058

Black with #D20058

Text Example


Text Example

White with #D20058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20058; }

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

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

background-color css

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

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

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

border-color css

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

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

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