Html Css Color HEX #D8075A Razzmatazz

📋 copy color: '#D8075A'

red 216 ◦ green 7 ◦ blue 90

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

Shades of Razzmatazz #D8075A

Tints of Razzmatazz #D8075A

RGB

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

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

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

R = 69.01%
G = 2.24%
B = 28.75%

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

#D8075A (or 0xD8075A) is known color: Razzmatazz. HEX triplet: D8, 07 and 5A. RGB value is (216,7,90). Sum of RGB (Red+Green+Blue) = 216+7+90=313 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.01% from 313); Green value is 7 (3.12% from 255 or 2.24% from 313); Blue value is 90 (35.55% from 255 or 28.75% from 313); Max value from RGB is 216 - color contains mainly: red. Hex color #D8075A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8075A is #27F8A5. Grayscale: #4E4E4E. Windows color (decimal): -2619558 or 5900248. OLE color: 5900248.

HSL color Cylindrical-coordinate representation of color #D8075A: hue angle of 336.17º 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 #D8075A is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 7 90 -
CMYK 0 0.97 0.58 0.15
HSL 336.17º 0.94% 0.44% -
HSV(B) 336.17º 0.97% 0.85% -
XYZ 30.24 15.49 11.07 -
YUV 78.95 134.24 225.75 -
System Red Green Blue C M Y K H S L
Decimal 216 7 90 0 0.97 0.58 0.15 336.17 0.94 0.44
Hex D8 7 5A 0 61 3A F 150 5E 2C
Octal 330 7 132 0 141 72 17 520 136 54
Binary 11011000 111 1011010 0 1100001 111010 1111 101010000 1011110 101100

Color Harmonies of #D8075A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8075A

Black with #D8075A

Text Example


Text Example

White with #D8075A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8075A; }

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

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

background-color css

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

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

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

border-color css

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

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

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