Html Css Color HEX #D1005A Razzmatazz

📋 copy color: '#D1005A'

red 209 ◦ green 0 ◦ blue 90

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

Shades of Razzmatazz #D1005A

Tints of Razzmatazz #D1005A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 30.1%

R = 69.9%
G = 0%
B = 30.1%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D1005A (or 0xD1005A) is known color: Razzmatazz. HEX triplet: D1, 00 and 5A. RGB value is (209,0,90). Sum of RGB (Red+Green+Blue) = 209+0+90=299 (39% of max value = 765). Red value is 209 (82.03% from 255 or 69.90% from 299); Green value is 0 (0.39% from 255 or 0% from 299); Blue value is 90 (35.55% from 255 or 30.10% from 299); Max value from RGB is 209 - color contains mainly: red. Hex color #D1005A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1005A is #2EFFA5. Grayscale: #484848. Windows color (decimal): -3080102 or 5898449. OLE color: 5898449.

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

Color convert

RGB 209 0 90 -
CMYK 0 1 0.57 0.18
HSL 334.16º 1% 0.41% -
HSV(B) 334.16º 1% 0.82% -
XYZ 28.14 14.29 10.95 -
YUV 72.75 137.74 225.18 -
System Red Green Blue C M Y K H S L
Decimal 209 0 90 0 1 0.57 0.18 334.16 1 0.41
Hex D1 0 5A 0 64 39 12 14E 64 29
Octal 321 0 132 0 144 71 22 516 144 51
Binary 11010001 0 1011010 0 1100100 111001 10010 101001110 1100100 101001

Color Harmonies of #D1005A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1005A

Black with #D1005A

Text Example


Text Example

White with #D1005A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1005A; }

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

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

background-color css

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

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

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

border-color css

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

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

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