Html Css Color HEX #D20B53 Razzmatazz

📋 copy color: '#D20B53'

red 210 ◦ green 11 ◦ blue 83

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

Shades of Razzmatazz #D20B53

Tints of Razzmatazz #D20B53

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.62%

 BLUE value IS 83 (32.81% from 255) = 27.3%

R = 69.08%
G = 3.62%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D20B53 (or 0xD20B53) is known color: Razzmatazz. HEX triplet: D2, 0B and 53. RGB value is (210,11,83). Sum of RGB (Red+Green+Blue) = 210+11+83=304 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.08% from 304); Green value is 11 (4.69% from 255 or 3.62% from 304); Blue value is 83 (32.81% from 255 or 27.30% from 304); Max value from RGB is 210 - color contains mainly: red. Hex color #D20B53 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20B53 is #2DF4AC. Grayscale: #4E4E4E. Windows color (decimal): -3011757 or 5442514. OLE color: 5442514.

HSL color Cylindrical-coordinate representation of color #D20B53: hue angle of 338.29º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D20B53 is Cyan = 0, Magento = 0.95, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 11 83 -
CMYK 0 0.95 0.60 0.18
HSL 338.29º 0.9% 0.43% -
HSV(B) 338.29º 0.95% 0.82% -
XYZ 28.26 14.57 9.51 -
YUV 78.71 130.43 221.65 -
System Red Green Blue C M Y K H S L
Decimal 210 11 83 0 0.95 0.60 0.18 338.29 0.9 0.43
Hex D2 B 53 0 5F 3C 12 152 5A 2B
Octal 322 13 123 0 137 74 22 522 132 53
Binary 11010010 1011 1010011 0 1011111 111100 10010 101010010 1011010 101011

Color Harmonies of #D20B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20B53

Black with #D20B53

Text Example


Text Example

White with #D20B53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20B53; }

 p { color: rgb(210,11,83); }

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

background-color css

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

 a { background-color: rgb(210,11,83); }

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

border-color css

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

 span { border-color: rgb(210,11,83); }

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