Html Css Color HEX #D10759 Razzmatazz

📋 copy color: '#D10759'

red 209 ◦ green 7 ◦ blue 89

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

Shades of Razzmatazz #D10759

Tints of Razzmatazz #D10759

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.3%

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

R = 68.52%
G = 2.3%
B = 29.18%

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

#D10759 (or 0xD10759) is known color: Razzmatazz. HEX triplet: D1, 07 and 59. RGB value is (209,7,89). Sum of RGB (Red+Green+Blue) = 209+7+89=305 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.52% from 305); Green value is 7 (3.12% from 255 or 2.30% from 305); Blue value is 89 (35.16% from 255 or 29.18% from 305); Max value from RGB is 209 - color contains mainly: red. Hex color #D10759 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10759 is #2EF8A6. Grayscale: #4C4C4C. Windows color (decimal): -3078311 or 5834705. OLE color: 5834705.

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

Color convert

RGB 209 7 89 -
CMYK 0 0.97 0.57 0.18
HSL 335.64º 0.94% 0.42% -
HSV(B) 335.64º 0.97% 0.82% -
XYZ 28.17 14.43 10.75 -
YUV 76.75 134.92 222.33 -
System Red Green Blue C M Y K H S L
Decimal 209 7 89 0 0.97 0.57 0.18 335.64 0.94 0.42
Hex D1 7 59 0 61 39 12 150 5E 2A
Octal 321 7 131 0 141 71 22 520 136 52
Binary 11010001 111 1011001 0 1100001 111001 10010 101010000 1011110 101010

Color Harmonies of #D10759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10759

Black with #D10759

Text Example


Text Example

White with #D10759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10759; }

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

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

background-color css

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

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

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

border-color css

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

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

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