Html Css Color HEX #D90D54 Razzmatazz

📋 copy color: '#D90D54'

red 217 ◦ green 13 ◦ blue 84

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

Shades of Razzmatazz #D90D54

Tints of Razzmatazz #D90D54

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.14%

 BLUE value IS 84 (33.2% from 255) = 26.75%

R = 69.11%
G = 4.14%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#D90D54 (or 0xD90D54) is known color: Razzmatazz. HEX triplet: D9, 0D and 54. RGB value is (217,13,84). Sum of RGB (Red+Green+Blue) = 217+13+84=314 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.11% from 314); Green value is 13 (5.47% from 255 or 4.14% from 314); Blue value is 84 (33.20% from 255 or 26.75% from 314); Max value from RGB is 217 - color contains mainly: red. Hex color #D90D54 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90D54 is #26F2AB. Grayscale: #525252. Windows color (decimal): -2552492 or 5508569. OLE color: 5508569.

HSL color Cylindrical-coordinate representation of color #D90D54: hue angle of 339.12º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D90D54 is Cyan = 0, Magento = 0.94, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 13 84 -
CMYK 0 0.94 0.61 0.15
HSL 339.12º 0.89% 0.45% -
HSV(B) 339.12º 0.94% 0.85% -
XYZ 30.36 15.68 9.81 -
YUV 82.09 129.09 224.23 -
System Red Green Blue C M Y K H S L
Decimal 217 13 84 0 0.94 0.61 0.15 339.12 0.89 0.45
Hex D9 D 54 0 5E 3D F 153 59 2D
Octal 331 15 124 0 136 75 17 523 131 55
Binary 11011001 1101 1010100 0 1011110 111101 1111 101010011 1011001 101101

Color Harmonies of #D90D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90D54

Black with #D90D54

Text Example


Text Example

White with #D90D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90D54; }

 p { color: rgb(217,13,84); }

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

background-color css

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

 a { background-color: rgb(217,13,84); }

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

border-color css

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

 span { border-color: rgb(217,13,84); }

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