Html Css Color HEX #D8055A Razzmatazz

📋 copy color: '#D8055A'

red 216 ◦ green 5 ◦ blue 90

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

Shades of Razzmatazz #D8055A

Tints of Razzmatazz #D8055A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.61%

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

R = 69.45%
G = 1.61%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D8055A (or 0xD8055A) is known color: Razzmatazz. HEX triplet: D8, 05 and 5A. RGB value is (216,5,90). Sum of RGB (Red+Green+Blue) = 216+5+90=311 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.45% from 311); Green value is 5 (2.34% from 255 or 1.61% from 311); Blue value is 90 (35.55% from 255 or 28.94% from 311); Max value from RGB is 216 - color contains mainly: red. Hex color #D8055A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8055A is #27FAA5. Grayscale: #4D4D4D. Windows color (decimal): -2620070 or 5899736. OLE color: 5899736.

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

Color convert

RGB 216 5 90 -
CMYK 0 0.98 0.58 0.15
HSL 335.83º 0.95% 0.43% -
HSV(B) 335.83º 0.98% 0.85% -
XYZ 30.22 15.45 11.06 -
YUV 77.78 134.9 226.59 -
System Red Green Blue C M Y K H S L
Decimal 216 5 90 0 0.98 0.58 0.15 335.83 0.95 0.43
Hex D8 5 5A 0 62 3A F 150 5F 2B
Octal 330 5 132 0 142 72 17 520 137 53
Binary 11011000 101 1011010 0 1100010 111010 1111 101010000 1011111 101011

Color Harmonies of #D8055A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8055A

Black with #D8055A

Text Example


Text Example

White with #D8055A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8055A; }

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

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

background-color css

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

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

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

border-color css

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

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

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