Html Css Color HEX #D10659 Razzmatazz

📋 copy color: '#D10659'

red 209 ◦ green 6 ◦ blue 89

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

Shades of Razzmatazz #D10659

Tints of Razzmatazz #D10659

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.97%

 BLUE value IS 89 (35.16% from 255) = 29.28%

R = 68.75%
G = 1.97%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D10659 (or 0xD10659) is known color: Razzmatazz. HEX triplet: D1, 06 and 59. RGB value is (209,6,89). Sum of RGB (Red+Green+Blue) = 209+6+89=304 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.75% from 304); Green value is 6 (2.73% from 255 or 1.97% from 304); Blue value is 89 (35.16% from 255 or 29.28% from 304); Max value from RGB is 209 - color contains mainly: red. Hex color #D10659 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10659 is #2EF9A6. Grayscale: #4C4C4C. Windows color (decimal): -3078567 or 5834449. OLE color: 5834449.

HSL color Cylindrical-coordinate representation of color #D10659: hue angle of 335.47º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D10659 is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 6 89 -
CMYK 0 0.97 0.57 0.18
HSL 335.47º 0.94% 0.42% -
HSV(B) 335.47º 0.97% 0.82% -
XYZ 28.16 14.41 10.75 -
YUV 76.16 135.25 222.75 -
System Red Green Blue C M Y K H S L
Decimal 209 6 89 0 0.97 0.57 0.18 335.47 0.94 0.42
Hex D1 6 59 0 61 39 12 14F 5E 2A
Octal 321 6 131 0 141 71 22 517 136 52
Binary 11010001 110 1011001 0 1100001 111001 10010 101001111 1011110 101010

Color Harmonies of #D10659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10659

Black with #D10659

Text Example


Text Example

White with #D10659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10659; }

 p { color: rgb(209,6,89); }

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

background-color css

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

 a { background-color: rgb(209,6,89); }

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

border-color css

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

 span { border-color: rgb(209,6,89); }

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