Html Css Color HEX #D90B58 Razzmatazz

📋 copy color: '#D90B58'

red 217 ◦ green 11 ◦ blue 88

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

Shades of Razzmatazz #D90B58

Tints of Razzmatazz #D90B58

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.48%

 BLUE value IS 88 (34.77% from 255) = 27.85%

R = 68.67%
G = 3.48%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#D90B58 (or 0xD90B58) is known color: Razzmatazz. HEX triplet: D9, 0B and 58. RGB value is (217,11,88). Sum of RGB (Red+Green+Blue) = 217+11+88=316 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.67% from 316); Green value is 11 (4.69% from 255 or 3.48% from 316); Blue value is 88 (34.77% from 255 or 27.85% from 316); Max value from RGB is 217 - color contains mainly: red. Hex color #D90B58 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90B58 is #26F4A7. Grayscale: #515151. Windows color (decimal): -2553000 or 5770201. OLE color: 5770201.

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

Color convert

RGB 217 11 88 -
CMYK 0 0.95 0.59 0.15
HSL 337.57º 0.9% 0.45% -
HSV(B) 337.57º 0.95% 0.85% -
XYZ 30.5 15.7 10.65 -
YUV 81.37 131.75 224.74 -
System Red Green Blue C M Y K H S L
Decimal 217 11 88 0 0.95 0.59 0.15 337.57 0.9 0.45
Hex D9 B 58 0 5F 3B F 152 5A 2D
Octal 331 13 130 0 137 73 17 522 132 55
Binary 11011001 1011 1011000 0 1011111 111011 1111 101010010 1011010 101101

Color Harmonies of #D90B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90B58

Black with #D90B58

Text Example


Text Example

White with #D90B58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90B58; }

 p { color: rgb(217,11,88); }

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

background-color css

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

 a { background-color: rgb(217,11,88); }

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

border-color css

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

 span { border-color: rgb(217,11,88); }

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