Html Css Color HEX #D20358 Razzmatazz

📋 copy color: '#D20358'

red 210 ◦ green 3 ◦ blue 88

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

Shades of Razzmatazz #D20358

Tints of Razzmatazz #D20358

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1%

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

R = 69.77%
G = 1%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.58

 K value IS 0.18

RGB Variations

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

Color information

#D20358 (or 0xD20358) is known color: Razzmatazz. HEX triplet: D2, 03 and 58. RGB value is (210,3,88). Sum of RGB (Red+Green+Blue) = 210+3+88=301 (39% of max value = 765). Red value is 210 (82.42% from 255 or 69.77% from 301); Green value is 3 (1.56% from 255 or 1.00% from 301); Blue value is 88 (34.77% from 255 or 29.24% from 301); Max value from RGB is 210 - color contains mainly: red. Hex color #D20358 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20358 is #2DFCA7. Grayscale: #4A4A4A. Windows color (decimal): -3013800 or 5768146. OLE color: 5768146.

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

Color convert

RGB 210 3 88 -
CMYK 0 0.99 0.58 0.18
HSL 335.36º 0.97% 0.42% -
HSV(B) 335.36º 0.99% 0.82% -
XYZ 28.37 14.47 10.53 -
YUV 74.58 135.58 224.59 -
System Red Green Blue C M Y K H S L
Decimal 210 3 88 0 0.99 0.58 0.18 335.36 0.97 0.42
Hex D2 3 58 0 63 3A 12 14F 61 2A
Octal 322 3 130 0 143 72 22 517 141 52
Binary 11010010 11 1011000 0 1100011 111010 10010 101001111 1100001 101010

Color Harmonies of #D20358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20358

Black with #D20358

Text Example


Text Example

White with #D20358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20358; }

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

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

background-color css

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

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

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

border-color css

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

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

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