Html Css Color HEX #D90148 Razzmatazz

📋 copy color: '#D90148'

red 217 ◦ green 1 ◦ blue 72

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

Shades of Razzmatazz #D90148

Tints of Razzmatazz #D90148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 24.83%

R = 74.83%
G = 0.34%
B = 24.83%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D90148 (or 0xD90148) is known color: Razzmatazz. HEX triplet: D9, 01 and 48. RGB value is (217,1,72). Sum of RGB (Red+Green+Blue) = 217+1+72=290 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.83% from 290); Green value is 1 (0.78% from 255 or 0.34% from 290); Blue value is 72 (28.52% from 255 or 24.83% from 290); Max value from RGB is 217 - color contains mainly: red. Hex color #D90148 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90148 is #26FEB7. Grayscale: #494949. Windows color (decimal): -2555576 or 4719065. OLE color: 4719065.

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

Color convert

RGB 217 1 72 -
CMYK 0 1.00 0.67 0.15
HSL 340.28º 0.99% 0.43% -
HSV(B) 340.28º 1% 0.85% -
XYZ 29.8 15.24 7.5 -
YUV 73.68 127.06 230.23 -
System Red Green Blue C M Y K H S L
Decimal 217 1 72 0 1.00 0.67 0.15 340.28 0.99 0.43
Hex D9 1 48 0 64 43 F 154 63 2B
Octal 331 1 110 0 144 103 17 524 143 53
Binary 11011001 1 1001000 0 1100100 1000011 1111 101010100 1100011 101011

Color Harmonies of #D90148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90148

Black with #D90148

Text Example


Text Example

White with #D90148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90148; }

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

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

background-color css

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

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

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

border-color css

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

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

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