Html Css Color HEX #D1015D Razzmatazz

📋 copy color: '#D1015D'

red 209 ◦ green 1 ◦ blue 93

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

Shades of Razzmatazz #D1015D

Tints of Razzmatazz #D1015D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

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

R = 68.98%
G = 0.33%
B = 30.69%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D1015D (or 0xD1015D) is known color: Razzmatazz. HEX triplet: D1, 01 and 5D. RGB value is (209,1,93). Sum of RGB (Red+Green+Blue) = 209+1+93=303 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.98% from 303); Green value is 1 (0.78% from 255 or 0.33% from 303); Blue value is 93 (36.72% from 255 or 30.69% from 303); Max value from RGB is 209 - color contains mainly: red. Hex color #D1015D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1015D is #2EFEA2. Grayscale: #494949. Windows color (decimal): -3079843 or 6095313. OLE color: 6095313.

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

Color convert

RGB 209 1 93 -
CMYK 0 1.00 0.56 0.18
HSL 333.46º 0.99% 0.41% -
HSV(B) 333.46º 1% 0.82% -
XYZ 28.28 14.37 11.64 -
YUV 73.68 138.91 224.52 -
System Red Green Blue C M Y K H S L
Decimal 209 1 93 0 1.00 0.56 0.18 333.46 0.99 0.41
Hex D1 1 5D 0 64 38 12 14D 63 29
Octal 321 1 135 0 144 70 22 515 143 51
Binary 11010001 1 1011101 0 1100100 111000 10010 101001101 1100011 101001

Color Harmonies of #D1015D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1015D

Black with #D1015D

Text Example


Text Example

White with #D1015D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1015D; }

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

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

background-color css

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

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

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

border-color css

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

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

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