Html Css Color HEX #D90760 Razzmatazz

📋 copy color: '#D90760'

red 217 ◦ green 7 ◦ blue 96

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

Shades of Razzmatazz #D90760

Tints of Razzmatazz #D90760

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.19%

 BLUE value IS 96 (37.89% from 255) = 30%

R = 67.81%
G = 2.19%
B = 30%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D90760 (or 0xD90760) is known color: Razzmatazz. HEX triplet: D9, 07 and 60. RGB value is (217,7,96). Sum of RGB (Red+Green+Blue) = 217+7+96=320 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.81% from 320); Green value is 7 (3.12% from 255 or 2.19% from 320); Blue value is 96 (37.89% from 255 or 30% from 320); Max value from RGB is 217 - color contains mainly: red. Hex color #D90760 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90760 is #26F89F. Grayscale: #4F4F4F. Windows color (decimal): -2554016 or 6293465. OLE color: 6293465.

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

Color convert

RGB 217 7 96 -
CMYK 0 0.97 0.56 0.15
HSL 334.57º 0.94% 0.44% -
HSV(B) 334.57º 0.97% 0.85% -
XYZ 30.8 15.75 12.48 -
YUV 79.94 137.07 225.76 -
System Red Green Blue C M Y K H S L
Decimal 217 7 96 0 0.97 0.56 0.15 334.57 0.94 0.44
Hex D9 7 60 0 61 38 F 14F 5E 2C
Octal 331 7 140 0 141 70 17 517 136 54
Binary 11011001 111 1100000 0 1100001 111000 1111 101001111 1011110 101100

Color Harmonies of #D90760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90760

Black with #D90760

Text Example


Text Example

White with #D90760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90760; }

 p { color: rgb(217,7,96); }

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

background-color css

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

 a { background-color: rgb(217,7,96); }

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

border-color css

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

 span { border-color: rgb(217,7,96); }

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