Html Css Color HEX #D90D56 Razzmatazz

📋 copy color: '#D90D56'

red 217 ◦ green 13 ◦ blue 86

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

Shades of Razzmatazz #D90D56

Tints of Razzmatazz #D90D56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 27.22%

R = 68.67%
G = 4.11%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#D90D56 (or 0xD90D56) is known color: Razzmatazz. HEX triplet: D9, 0D and 56. RGB value is (217,13,86). Sum of RGB (Red+Green+Blue) = 217+13+86=316 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.67% from 316); Green value is 13 (5.47% from 255 or 4.11% from 316); Blue value is 86 (33.98% from 255 or 27.22% from 316); Max value from RGB is 217 - color contains mainly: red. Hex color #D90D56 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90D56 is #26F2A9. Grayscale: #525252. Windows color (decimal): -2552490 or 5639641. OLE color: 5639641.

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

Color convert

RGB 217 13 86 -
CMYK 0 0.94 0.60 0.15
HSL 338.53º 0.89% 0.45% -
HSV(B) 338.53º 0.94% 0.85% -
XYZ 30.44 15.71 10.23 -
YUV 82.32 130.09 224.06 -
System Red Green Blue C M Y K H S L
Decimal 217 13 86 0 0.94 0.60 0.15 338.53 0.89 0.45
Hex D9 D 56 0 5E 3C F 153 59 2D
Octal 331 15 126 0 136 74 17 523 131 55
Binary 11011001 1101 1010110 0 1011110 111100 1111 101010011 1011001 101101

Color Harmonies of #D90D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90D56

Black with #D90D56

Text Example


Text Example

White with #D90D56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90D56; }

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

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

background-color css

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

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

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

border-color css

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

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

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