Html Css Color HEX #D20355 Razzmatazz

📋 copy color: '#D20355'

red 210 ◦ green 3 ◦ blue 85

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

Shades of Razzmatazz #D20355

Tints of Razzmatazz #D20355

RGB

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

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

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

R = 70.47%
G = 1.01%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D20355 (or 0xD20355) is known color: Razzmatazz. HEX triplet: D2, 03 and 55. RGB value is (210,3,85). Sum of RGB (Red+Green+Blue) = 210+3+85=298 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.47% from 298); Green value is 3 (1.56% from 255 or 1.01% from 298); Blue value is 85 (33.59% from 255 or 28.52% from 298); Max value from RGB is 210 - color contains mainly: red. Hex color #D20355 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20355 is #2DFCAA. Grayscale: #4A4A4A. Windows color (decimal): -3013803 or 5571538. OLE color: 5571538.

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

Color convert

RGB 210 3 85 -
CMYK 0 0.99 0.60 0.18
HSL 336.23º 0.97% 0.42% -
HSV(B) 336.23º 0.99% 0.82% -
XYZ 28.25 14.42 9.89 -
YUV 74.24 134.08 224.83 -
System Red Green Blue C M Y K H S L
Decimal 210 3 85 0 0.99 0.60 0.18 336.23 0.97 0.42
Hex D2 3 55 0 63 3C 12 150 61 2A
Octal 322 3 125 0 143 74 22 520 141 52
Binary 11010010 11 1010101 0 1100011 111100 10010 101010000 1100001 101010

Color Harmonies of #D20355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20355

Black with #D20355

Text Example


Text Example

White with #D20355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20355; }

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

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

background-color css

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

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

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

border-color css

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

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

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