Html Css Color HEX #D9085E Razzmatazz

📋 copy color: '#D9085E'

red 217 ◦ green 8 ◦ blue 94

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

Shades of Razzmatazz #D9085E

Tints of Razzmatazz #D9085E

RGB

 RED value IS 217 (85.16% from 255) = 68.03%

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

 BLUE value IS 94 (37.11% from 255) = 29.47%

R = 68.03%
G = 2.51%
B = 29.47%

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

#D9085E (or 0xD9085E) is known color: Razzmatazz. HEX triplet: D9, 08 and 5E. RGB value is (217,8,94). Sum of RGB (Red+Green+Blue) = 217+8+94=319 (42% of max value = 765). Red value is 217 (85.16% from 255 or 68.03% from 319); Green value is 8 (3.52% from 255 or 2.51% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 217 - color contains mainly: red. Hex color #D9085E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9085E is #26F7A1. Grayscale: #505050. Windows color (decimal): -2553762 or 6162649. OLE color: 6162649.

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

Color convert

RGB 217 8 94 -
CMYK 0 0.96 0.57 0.15
HSL 335.31º 0.93% 0.44% -
HSV(B) 335.31º 0.96% 0.85% -
XYZ 30.72 15.73 12.01 -
YUV 80.3 135.74 225.51 -
System Red Green Blue C M Y K H S L
Decimal 217 8 94 0 0.96 0.57 0.15 335.31 0.93 0.44
Hex D9 8 5E 0 60 39 F 14F 5D 2C
Octal 331 10 136 0 140 71 17 517 135 54
Binary 11011001 1000 1011110 0 1100000 111001 1111 101001111 1011101 101100

Color Harmonies of #D9085E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9085E

Black with #D9085E

Text Example


Text Example

White with #D9085E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9085E; }

 p { color: rgb(217,8,94); }

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

background-color css

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

 a { background-color: rgb(217,8,94); }

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

border-color css

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

 span { border-color: rgb(217,8,94); }

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