Html Css Color HEX #D90150 Razzmatazz

📋 copy color: '#D90150'

red 217 ◦ green 1 ◦ blue 80

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

Shades of Razzmatazz #D90150

Tints of Razzmatazz #D90150

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

 BLUE value IS 80 (31.64% from 255) = 26.85%

R = 72.82%
G = 0.34%
B = 26.85%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D90150 (or 0xD90150) is known color: Razzmatazz. HEX triplet: D9, 01 and 50. RGB value is (217,1,80). Sum of RGB (Red+Green+Blue) = 217+1+80=298 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.82% from 298); Green value is 1 (0.78% from 255 or 0.34% from 298); Blue value is 80 (31.64% from 255 or 26.85% from 298); Max value from RGB is 217 - color contains mainly: red. Hex color #D90150 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90150 is #26FEAF. Grayscale: #4A4A4A. Windows color (decimal): -2555568 or 5243353. OLE color: 5243353.

HSL color Cylindrical-coordinate representation of color #D90150: hue angle of 338.06º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D90150 is Cyan = 0, Magento = 1.00, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 1 80 -
CMYK 0 1.00 0.63 0.15
HSL 338.06º 0.99% 0.43% -
HSV(B) 338.06º 1% 0.85% -
XYZ 30.07 15.35 8.97 -
YUV 74.59 131.06 229.58 -
System Red Green Blue C M Y K H S L
Decimal 217 1 80 0 1.00 0.63 0.15 338.06 0.99 0.43
Hex D9 1 50 0 64 3F F 152 63 2B
Octal 331 1 120 0 144 77 17 522 143 53
Binary 11011001 1 1010000 0 1100100 111111 1111 101010010 1100011 101011

Color Harmonies of #D90150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90150

Black with #D90150

Text Example


Text Example

White with #D90150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90150; }

 p { color: rgb(217,1,80); }

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

background-color css

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

 a { background-color: rgb(217,1,80); }

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

border-color css

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

 span { border-color: rgb(217,1,80); }

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