Html Css Color HEX #D10259 Razzmatazz

📋 copy color: '#D10259'

red 209 ◦ green 2 ◦ blue 89

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

Shades of Razzmatazz #D10259

Tints of Razzmatazz #D10259

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.67%

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

R = 69.67%
G = 0.67%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D10259 (or 0xD10259) is known color: Razzmatazz. HEX triplet: D1, 02 and 59. RGB value is (209,2,89). Sum of RGB (Red+Green+Blue) = 209+2+89=300 (39% of max value = 765). Red value is 209 (82.03% from 255 or 69.67% from 300); Green value is 2 (1.17% from 255 or 0.67% from 300); Blue value is 89 (35.16% from 255 or 29.67% from 300); Max value from RGB is 209 - color contains mainly: red. Hex color #D10259 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10259 is #2EFDA6. Grayscale: #494949. Windows color (decimal): -3079591 or 5833425. OLE color: 5833425.

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

Color convert

RGB 209 2 89 -
CMYK 0 0.99 0.57 0.18
HSL 334.78º 0.98% 0.41% -
HSV(B) 334.78º 0.99% 0.82% -
XYZ 28.12 14.32 10.73 -
YUV 73.81 136.58 224.43 -
System Red Green Blue C M Y K H S L
Decimal 209 2 89 0 0.99 0.57 0.18 334.78 0.98 0.41
Hex D1 2 59 0 63 39 12 14F 62 29
Octal 321 2 131 0 143 71 22 517 142 51
Binary 11010001 10 1011001 0 1100011 111001 10010 101001111 1100010 101001

Color Harmonies of #D10259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10259

Black with #D10259

Text Example


Text Example

White with #D10259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10259; }

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

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

background-color css

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

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

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

border-color css

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

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

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