Html Css Color HEX #D1005D Razzmatazz

📋 copy color: '#D1005D'

red 209 ◦ green 0 ◦ blue 93

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

Shades of Razzmatazz #D1005D

Tints of Razzmatazz #D1005D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 30.79%

R = 69.21%
G = 0%
B = 30.79%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D1005D (or 0xD1005D) is known color: Razzmatazz. HEX triplet: D1, 00 and 5D. RGB value is (209,0,93). Sum of RGB (Red+Green+Blue) = 209+0+93=302 (40% of max value = 765). Red value is 209 (82.03% from 255 or 69.21% from 302); Green value is 0 (0.39% from 255 or 0% from 302); Blue value is 93 (36.72% from 255 or 30.79% from 302); Max value from RGB is 209 - color contains mainly: red. Hex color #D1005D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1005D is #2EFFA2. Grayscale: #484848. Windows color (decimal): -3080099 or 6095057. OLE color: 6095057.

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

Color convert

RGB 209 0 93 -
CMYK 0 1 0.56 0.18
HSL 333.3º 1% 0.41% -
HSV(B) 333.3º 1% 0.82% -
XYZ 28.27 14.35 11.63 -
YUV 73.09 139.24 224.94 -
System Red Green Blue C M Y K H S L
Decimal 209 0 93 0 1 0.56 0.18 333.3 1 0.41
Hex D1 0 5D 0 64 38 12 14D 64 29
Octal 321 0 135 0 144 70 22 515 144 51
Binary 11010001 0 1011101 0 1100100 111000 10010 101001101 1100100 101001

Color Harmonies of #D1005D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1005D

Black with #D1005D

Text Example


Text Example

White with #D1005D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1005D; }

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

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

background-color css

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

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

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

border-color css

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

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

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