Html Css Color HEX #D20163 Razzmatazz

📋 copy color: '#D20163'

red 210 ◦ green 1 ◦ blue 99

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

Shades of Razzmatazz #D20163

Tints of Razzmatazz #D20163

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

 BLUE value IS 99 (39.06% from 255) = 31.94%

R = 67.74%
G = 0.32%
B = 31.94%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#D20163 (or 0xD20163) is known color: Razzmatazz. HEX triplet: D2, 01 and 63. RGB value is (210,1,99). Sum of RGB (Red+Green+Blue) = 210+1+99=310 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.74% from 310); Green value is 1 (0.78% from 255 or 0.32% from 310); Blue value is 99 (39.06% from 255 or 31.94% from 310); Max value from RGB is 210 - color contains mainly: red. Hex color #D20163 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20163 is #2DFE9C. Grayscale: #4A4A4A. Windows color (decimal): -3014301 or 6488530. OLE color: 6488530.

HSL color Cylindrical-coordinate representation of color #D20163: hue angle of 331.87º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D20163 is Cyan = 0, Magento = 1.00, Yellow = 0.53 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 1 99 -
CMYK 0 1.00 0.53 0.18
HSL 331.87º 0.99% 0.41% -
HSV(B) 331.87º 1% 0.82% -
XYZ 28.84 14.62 13.11 -
YUV 74.66 141.74 224.53 -
System Red Green Blue C M Y K H S L
Decimal 210 1 99 0 1.00 0.53 0.18 331.87 0.99 0.41
Hex D2 1 63 0 64 35 12 14C 63 29
Octal 322 1 143 0 144 65 22 514 143 51
Binary 11010010 1 1100011 0 1100100 110101 10010 101001100 1100011 101001

Color Harmonies of #D20163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20163

Black with #D20163

Text Example


Text Example

White with #D20163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20163; }

 p { color: rgb(210,1,99); }

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

background-color css

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

 a { background-color: rgb(210,1,99); }

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

border-color css

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

 span { border-color: rgb(210,1,99); }

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