Html Css Color HEX #D90A4D Razzmatazz

📋 copy color: '#D90A4D'

red 217 ◦ green 10 ◦ blue 77

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

Shades of Razzmatazz #D90A4D

Tints of Razzmatazz #D90A4D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.29%

 BLUE value IS 77 (30.47% from 255) = 25.33%

R = 71.38%
G = 3.29%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D90A4D (or 0xD90A4D) is known color: Razzmatazz. HEX triplet: D9, 0A and 4D. RGB value is (217,10,77). Sum of RGB (Red+Green+Blue) = 217+10+77=304 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.38% from 304); Green value is 10 (4.30% from 255 or 3.29% from 304); Blue value is 77 (30.47% from 255 or 25.33% from 304); Max value from RGB is 217 - color contains mainly: red. Hex color #D90A4D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90A4D is #26F5B2. Grayscale: #4F4F4F. Windows color (decimal): -2553267 or 5049049. OLE color: 5049049.

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

Color convert

RGB 217 10 77 -
CMYK 0 0.95 0.65 0.15
HSL 340.58º 0.91% 0.45% -
HSV(B) 340.58º 0.95% 0.85% -
XYZ 30.06 15.5 8.43 -
YUV 79.53 126.58 226.05 -
System Red Green Blue C M Y K H S L
Decimal 217 10 77 0 0.95 0.65 0.15 340.58 0.91 0.45
Hex D9 A 4D 0 5F 41 F 155 5B 2D
Octal 331 12 115 0 137 101 17 525 133 55
Binary 11011001 1010 1001101 0 1011111 1000001 1111 101010101 1011011 101101

Color Harmonies of #D90A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90A4D

Black with #D90A4D

Text Example


Text Example

White with #D90A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90A4D; }

 p { color: rgb(217,10,77); }

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

background-color css

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

 a { background-color: rgb(217,10,77); }

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

border-color css

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

 span { border-color: rgb(217,10,77); }

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