Html Css Color HEX #D8085A Razzmatazz

📋 copy color: '#D8085A'

red 216 ◦ green 8 ◦ blue 90

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

Shades of Razzmatazz #D8085A

Tints of Razzmatazz #D8085A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.55%

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

R = 68.79%
G = 2.55%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D8085A (or 0xD8085A) is known color: Razzmatazz. HEX triplet: D8, 08 and 5A. RGB value is (216,8,90). Sum of RGB (Red+Green+Blue) = 216+8+90=314 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.79% from 314); Green value is 8 (3.52% from 255 or 2.55% from 314); Blue value is 90 (35.55% from 255 or 28.66% from 314); Max value from RGB is 216 - color contains mainly: red. Hex color #D8085A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8085A is #27F7A5. Grayscale: #4F4F4F. Windows color (decimal): -2619302 or 5900504. OLE color: 5900504.

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

Color convert

RGB 216 8 90 -
CMYK 0 0.96 0.58 0.15
HSL 336.35º 0.93% 0.44% -
HSV(B) 336.35º 0.96% 0.85% -
XYZ 30.25 15.51 11.07 -
YUV 79.54 133.91 225.33 -
System Red Green Blue C M Y K H S L
Decimal 216 8 90 0 0.96 0.58 0.15 336.35 0.93 0.44
Hex D8 8 5A 0 60 3A F 150 5D 2C
Octal 330 10 132 0 140 72 17 520 135 54
Binary 11011000 1000 1011010 0 1100000 111010 1111 101010000 1011101 101100

Color Harmonies of #D8085A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8085A

Black with #D8085A

Text Example


Text Example

White with #D8085A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8085A; }

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

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

background-color css

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

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

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

border-color css

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

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

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