Html Css Color HEX #D9085A Razzmatazz

📋 copy color: '#D9085A'

red 217 ◦ green 8 ◦ blue 90

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

Shades of Razzmatazz #D9085A

Tints of Razzmatazz #D9085A

RGB

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

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

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

R = 68.89%
G = 2.54%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#D9085A (or 0xD9085A) is known color: Razzmatazz. HEX triplet: D9, 08 and 5A. RGB value is (217,8,90). Sum of RGB (Red+Green+Blue) = 217+8+90=315 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.89% from 315); Green value is 8 (3.52% from 255 or 2.54% from 315); Blue value is 90 (35.55% from 255 or 28.57% from 315); Max value from RGB is 217 - color contains mainly: red. Hex color #D9085A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9085A is #26F7A5. Grayscale: #4F4F4F. Windows color (decimal): -2553766 or 5900505. OLE color: 5900505.

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

Color convert

RGB 217 8 90 -
CMYK 0 0.96 0.59 0.15
HSL 336.46º 0.93% 0.44% -
HSV(B) 336.46º 0.96% 0.85% -
XYZ 30.55 15.66 11.09 -
YUV 79.84 133.74 225.83 -
System Red Green Blue C M Y K H S L
Decimal 217 8 90 0 0.96 0.59 0.15 336.46 0.93 0.44
Hex D9 8 5A 0 60 3B F 150 5D 2C
Octal 331 10 132 0 140 73 17 520 135 54
Binary 11011001 1000 1011010 0 1100000 111011 1111 101010000 1011101 101100

Color Harmonies of #D9085A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9085A

Black with #D9085A

Text Example


Text Example

White with #D9085A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9085A; }

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

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

background-color css

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

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

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

border-color css

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

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

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