Html Css Color HEX #D10163 Razzmatazz

📋 copy color: '#D10163'

red 209 ◦ green 1 ◦ blue 99

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

Shades of Razzmatazz #D10163

Tints of Razzmatazz #D10163

RGB

 RED value IS 209 (82.03% from 255) = 67.64%

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

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

R = 67.64%
G = 0.32%
B = 32.04%

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

#D10163 (or 0xD10163) is known color: Razzmatazz. HEX triplet: D1, 01 and 63. RGB value is (209,1,99). Sum of RGB (Red+Green+Blue) = 209+1+99=309 (40% of max value = 765). Red value is 209 (82.03% from 255 or 67.64% from 309); Green value is 1 (0.78% from 255 or 0.32% from 309); Blue value is 99 (39.06% from 255 or 32.04% from 309); Max value from RGB is 209 - color contains mainly: red. Hex color #D10163 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10163 is #2EFE9C. Grayscale: #4A4A4A. Windows color (decimal): -3079837 or 6488529. OLE color: 6488529.

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

Color convert

RGB 209 1 99 -
CMYK 0 1.00 0.53 0.18
HSL 331.73º 0.99% 0.41% -
HSV(B) 331.73º 1% 0.82% -
XYZ 28.56 14.48 13.09 -
YUV 74.36 141.91 224.03 -
System Red Green Blue C M Y K H S L
Decimal 209 1 99 0 1.00 0.53 0.18 331.73 0.99 0.41
Hex D1 1 63 0 64 35 12 14C 63 29
Octal 321 1 143 0 144 65 22 514 143 51
Binary 11010001 1 1100011 0 1100100 110101 10010 101001100 1100011 101001

Color Harmonies of #D10163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10163

Black with #D10163

Text Example


Text Example

White with #D10163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10163; }

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

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

background-color css

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

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

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

border-color css

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

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

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