Html Css Color HEX #D10057 Razzmatazz

📋 copy color: '#D10057'

red 209 ◦ green 0 ◦ blue 87

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

Shades of Razzmatazz #D10057

Tints of Razzmatazz #D10057

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 87 (34.38% from 255) = 29.39%

R = 70.61%
G = 0%
B = 29.39%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.58

 K value IS 0.18

RGB Variations

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

Color information

#D10057 (or 0xD10057) is known color: Razzmatazz. HEX triplet: D1, 00 and 57. RGB value is (209,0,87). Sum of RGB (Red+Green+Blue) = 209+0+87=296 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.61% from 296); Green value is 0 (0.39% from 255 or 0% from 296); Blue value is 87 (34.38% from 255 or 29.39% from 296); Max value from RGB is 209 - color contains mainly: red. Hex color #D10057 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10057 is #2EFFA8. Grayscale: #484848. Windows color (decimal): -3080105 or 5701841. OLE color: 5701841.

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

Color convert

RGB 209 0 87 -
CMYK 0 1 0.58 0.18
HSL 335.02º 1% 0.41% -
HSV(B) 335.02º 1% 0.82% -
XYZ 28.01 14.24 10.29 -
YUV 72.41 136.24 225.43 -
System Red Green Blue C M Y K H S L
Decimal 209 0 87 0 1 0.58 0.18 335.02 1 0.41
Hex D1 0 57 0 64 3A 12 14F 64 29
Octal 321 0 127 0 144 72 22 517 144 51
Binary 11010001 0 1010111 0 1100100 111010 10010 101001111 1100100 101001

Color Harmonies of #D10057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10057

Black with #D10057

Text Example


Text Example

White with #D10057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10057; }

 p { color: rgb(209,0,87); }

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

background-color css

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

 a { background-color: rgb(209,0,87); }

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

border-color css

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

 span { border-color: rgb(209,0,87); }

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