Html Css Color HEX #D8075B Razzmatazz

📋 copy color: '#D8075B'

red 216 ◦ green 7 ◦ blue 91

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

Shades of Razzmatazz #D8075B

Tints of Razzmatazz #D8075B

RGB

 RED value IS 216 (84.77% from 255) = 68.79%

 GREEN value IS 7 (3.13% from 255) = 2.23%

 BLUE value IS 91 (35.94% from 255) = 28.98%

R = 68.79%
G = 2.23%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D8075B (or 0xD8075B) is known color: Razzmatazz. HEX triplet: D8, 07 and 5B. RGB value is (216,7,91). Sum of RGB (Red+Green+Blue) = 216+7+91=314 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.79% from 314); Green value is 7 (3.12% from 255 or 2.23% from 314); Blue value is 91 (35.94% from 255 or 28.98% from 314); Max value from RGB is 216 - color contains mainly: red. Hex color #D8075B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8075B is #27F8A4. Grayscale: #4E4E4E. Windows color (decimal): -2619557 or 5965784. OLE color: 5965784.

HSL color Cylindrical-coordinate representation of color #D8075B: hue angle of 335.89º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D8075B is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 7 91 -
CMYK 0 0.97 0.58 0.15
HSL 335.89º 0.94% 0.44% -
HSV(B) 335.89º 0.97% 0.85% -
XYZ 30.28 15.51 11.29 -
YUV 79.07 134.74 225.67 -
System Red Green Blue C M Y K H S L
Decimal 216 7 91 0 0.97 0.58 0.15 335.89 0.94 0.44
Hex D8 7 5B 0 61 3A F 150 5E 2C
Octal 330 7 133 0 141 72 17 520 136 54
Binary 11011000 111 1011011 0 1100001 111010 1111 101010000 1011110 101100

Color Harmonies of #D8075B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8075B

Black with #D8075B

Text Example


Text Example

White with #D8075B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8075B; }

 p { color: rgb(216,7,91); }

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

background-color css

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

 a { background-color: rgb(216,7,91); }

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

border-color css

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

 span { border-color: rgb(216,7,91); }

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