Html Css Color HEX #D8095D Razzmatazz

📋 copy color: '#D8095D'

red 216 ◦ green 9 ◦ blue 93

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

Shades of Razzmatazz #D8095D

Tints of Razzmatazz #D8095D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.83%

 BLUE value IS 93 (36.72% from 255) = 29.25%

R = 67.92%
G = 2.83%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D8095D (or 0xD8095D) is known color: Razzmatazz. HEX triplet: D8, 09 and 5D. RGB value is (216,9,93). Sum of RGB (Red+Green+Blue) = 216+9+93=318 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.92% from 318); Green value is 9 (3.91% from 255 or 2.83% from 318); Blue value is 93 (36.72% from 255 or 29.25% from 318); Max value from RGB is 216 - color contains mainly: red. Hex color #D8095D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8095D is #27F6A2. Grayscale: #505050. Windows color (decimal): -2619043 or 6097368. OLE color: 6097368.

HSL color Cylindrical-coordinate representation of color #D8095D: hue angle of 335.65º degrees, saturation: 0.92, 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 #D8095D is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 9 93 -
CMYK 0 0.96 0.57 0.15
HSL 335.65º 0.92% 0.44% -
HSV(B) 335.65º 0.96% 0.85% -
XYZ 30.39 15.58 11.76 -
YUV 80.47 135.08 224.67 -
System Red Green Blue C M Y K H S L
Decimal 216 9 93 0 0.96 0.57 0.15 335.65 0.92 0.44
Hex D8 9 5D 0 60 39 F 150 5C 2C
Octal 330 11 135 0 140 71 17 520 134 54
Binary 11011000 1001 1011101 0 1100000 111001 1111 101010000 1011100 101100

Color Harmonies of #D8095D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8095D

Black with #D8095D

Text Example


Text Example

White with #D8095D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8095D; }

 p { color: rgb(216,9,93); }

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

background-color css

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

 a { background-color: rgb(216,9,93); }

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

border-color css

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

 span { border-color: rgb(216,9,93); }

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