Html Css Color HEX #D70159 Razzmatazz

📋 copy color: '#D70159'

red 215 ◦ green 1 ◦ blue 89

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

Shades of Razzmatazz #D70159

Tints of Razzmatazz #D70159

RGB

 RED value IS 215 (84.38% from 255) = 70.49%

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

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

R = 70.49%
G = 0.33%
B = 29.18%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D70159 (or 0xD70159) is known color: Razzmatazz. HEX triplet: D7, 01 and 59. RGB value is (215,1,89). Sum of RGB (Red+Green+Blue) = 215+1+89=305 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.49% from 305); Green value is 1 (0.78% from 255 or 0.33% from 305); Blue value is 89 (35.16% from 255 or 29.18% from 305); Max value from RGB is 215 - color contains mainly: red. Hex color #D70159 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70159 is #28FEA6. Grayscale: #4A4A4A. Windows color (decimal): -2686631 or 5833175. OLE color: 5833175.

HSL color Cylindrical-coordinate representation of color #D70159: hue angle of 335.33º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D70159 is Cyan = 0, Magento = 1.00, Yellow = 0.59 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 1 89 -
CMYK 0 1.00 0.59 0.16
HSL 335.33º 0.99% 0.42% -
HSV(B) 335.33º 1% 0.84% -
XYZ 29.84 15.19 10.81 -
YUV 75.02 135.9 227.84 -
System Red Green Blue C M Y K H S L
Decimal 215 1 89 0 1.00 0.59 0.16 335.33 0.99 0.42
Hex D7 1 59 0 64 3B 10 14F 63 2A
Octal 327 1 131 0 144 73 20 517 143 52
Binary 11010111 1 1011001 0 1100100 111011 10000 101001111 1100011 101010

Color Harmonies of #D70159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70159

Black with #D70159

Text Example


Text Example

White with #D70159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70159; }

 p { color: rgb(215,1,89); }

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

background-color css

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

 a { background-color: rgb(215,1,89); }

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

border-color css

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

 span { border-color: rgb(215,1,89); }

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