Html Css Color HEX #D20B50 Razzmatazz

📋 copy color: '#D20B50'

red 210 ◦ green 11 ◦ blue 80

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

Shades of Razzmatazz #D20B50

Tints of Razzmatazz #D20B50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 26.58%

R = 69.77%
G = 3.65%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D20B50 (or 0xD20B50) is known color: Razzmatazz. HEX triplet: D2, 0B and 50. RGB value is (210,11,80). Sum of RGB (Red+Green+Blue) = 210+11+80=301 (39% of max value = 765). Red value is 210 (82.42% from 255 or 69.77% from 301); Green value is 11 (4.69% from 255 or 3.65% from 301); Blue value is 80 (31.64% from 255 or 26.58% from 301); Max value from RGB is 210 - color contains mainly: red. Hex color #D20B50 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20B50 is #2DF4AF. Grayscale: #4E4E4E. Windows color (decimal): -3011760 or 5245906. OLE color: 5245906.

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

Color convert

RGB 210 11 80 -
CMYK 0 0.95 0.62 0.18
HSL 339.2º 0.9% 0.43% -
HSV(B) 339.2º 0.95% 0.82% -
XYZ 28.15 14.52 8.91 -
YUV 78.37 128.93 221.89 -
System Red Green Blue C M Y K H S L
Decimal 210 11 80 0 0.95 0.62 0.18 339.2 0.9 0.43
Hex D2 B 50 0 5F 3E 12 153 5A 2B
Octal 322 13 120 0 137 76 22 523 132 53
Binary 11010010 1011 1010000 0 1011111 111110 10010 101010011 1011010 101011

Color Harmonies of #D20B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20B50

Black with #D20B50

Text Example


Text Example

White with #D20B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20B50; }

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

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

background-color css

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

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

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

border-color css

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

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

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