Html Css Color HEX #D90460 Razzmatazz

📋 copy color: '#D90460'

red 217 ◦ green 4 ◦ blue 96

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

Shades of Razzmatazz #D90460

Tints of Razzmatazz #D90460

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.26%

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

R = 68.45%
G = 1.26%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D90460 (or 0xD90460) is known color: Razzmatazz. HEX triplet: D9, 04 and 60. RGB value is (217,4,96). Sum of RGB (Red+Green+Blue) = 217+4+96=317 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.45% from 317); Green value is 4 (1.95% from 255 or 1.26% from 317); Blue value is 96 (37.89% from 255 or 30.28% from 317); Max value from RGB is 217 - color contains mainly: red. Hex color #D90460 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90460 is #26FB9F. Grayscale: #4E4E4E. Windows color (decimal): -2554784 or 6292697. OLE color: 6292697.

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

Color convert

RGB 217 4 96 -
CMYK 0 0.98 0.56 0.15
HSL 334.08º 0.96% 0.43% -
HSV(B) 334.08º 0.98% 0.85% -
XYZ 30.77 15.68 12.47 -
YUV 78.18 138.07 227.02 -
System Red Green Blue C M Y K H S L
Decimal 217 4 96 0 0.98 0.56 0.15 334.08 0.96 0.43
Hex D9 4 60 0 62 38 F 14E 60 2B
Octal 331 4 140 0 142 70 17 516 140 53
Binary 11011001 100 1100000 0 1100010 111000 1111 101001110 1100000 101011

Color Harmonies of #D90460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90460

Black with #D90460

Text Example


Text Example

White with #D90460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90460; }

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

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

background-color css

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

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

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

border-color css

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

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

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