Html Css Color HEX #D90B57 Razzmatazz

📋 copy color: '#D90B57'

red 217 ◦ green 11 ◦ blue 87

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

Shades of Razzmatazz #D90B57

Tints of Razzmatazz #D90B57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 27.62%

R = 68.89%
G = 3.49%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#D90B57 (or 0xD90B57) is known color: Razzmatazz. HEX triplet: D9, 0B and 57. RGB value is (217,11,87). Sum of RGB (Red+Green+Blue) = 217+11+87=315 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.89% from 315); Green value is 11 (4.69% from 255 or 3.49% from 315); Blue value is 87 (34.38% from 255 or 27.62% from 315); Max value from RGB is 217 - color contains mainly: red. Hex color #D90B57 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90B57 is #26F4A8. Grayscale: #515151. Windows color (decimal): -2553001 or 5704665. OLE color: 5704665.

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

Color convert

RGB 217 11 87 -
CMYK 0 0.95 0.60 0.15
HSL 337.86º 0.9% 0.45% -
HSV(B) 337.86º 0.95% 0.85% -
XYZ 30.46 15.68 10.44 -
YUV 81.26 131.25 224.82 -
System Red Green Blue C M Y K H S L
Decimal 217 11 87 0 0.95 0.60 0.15 337.86 0.9 0.45
Hex D9 B 57 0 5F 3C F 152 5A 2D
Octal 331 13 127 0 137 74 17 522 132 55
Binary 11011001 1011 1010111 0 1011111 111100 1111 101010010 1011010 101101

Color Harmonies of #D90B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90B57

Black with #D90B57

Text Example


Text Example

White with #D90B57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90B57; }

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

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

background-color css

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

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

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

border-color css

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

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

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