Html Css Color HEX #D70B58 Razzmatazz

📋 copy color: '#D70B58'

red 215 ◦ green 11 ◦ blue 88

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

Shades of Razzmatazz #D70B58

Tints of Razzmatazz #D70B58

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.5%

 BLUE value IS 88 (34.77% from 255) = 28.03%

R = 68.47%
G = 3.5%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D70B58 (or 0xD70B58) is known color: Razzmatazz. HEX triplet: D7, 0B and 58. RGB value is (215,11,88). Sum of RGB (Red+Green+Blue) = 215+11+88=314 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.47% from 314); Green value is 11 (4.69% from 255 or 3.50% from 314); Blue value is 88 (34.77% from 255 or 28.03% from 314); Max value from RGB is 215 - color contains mainly: red. Hex color #D70B58 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70B58 is #28F4A7. Grayscale: #505050. Windows color (decimal): -2684072 or 5770199. OLE color: 5770199.

HSL color Cylindrical-coordinate representation of color #D70B58: hue angle of 337.35º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D70B58 is Cyan = 0, Magento = 0.95, Yellow = 0.59 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 11 88 -
CMYK 0 0.95 0.59 0.16
HSL 337.35º 0.9% 0.44% -
HSV(B) 337.35º 0.95% 0.84% -
XYZ 29.91 15.39 10.63 -
YUV 80.77 132.09 223.74 -
System Red Green Blue C M Y K H S L
Decimal 215 11 88 0 0.95 0.59 0.16 337.35 0.9 0.44
Hex D7 B 58 0 5F 3B 10 151 5A 2C
Octal 327 13 130 0 137 73 20 521 132 54
Binary 11010111 1011 1011000 0 1011111 111011 10000 101010001 1011010 101100

Color Harmonies of #D70B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70B58

Black with #D70B58

Text Example


Text Example

White with #D70B58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70B58; }

 p { color: rgb(215,11,88); }

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

background-color css

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

 a { background-color: rgb(215,11,88); }

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

border-color css

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

 span { border-color: rgb(215,11,88); }

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