Html Css Color HEX #D90C4D Razzmatazz

📋 copy color: '#D90C4D'

red 217 ◦ green 12 ◦ blue 77

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

Shades of Razzmatazz #D90C4D

Tints of Razzmatazz #D90C4D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.92%

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

R = 70.92%
G = 3.92%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D90C4D (or 0xD90C4D) is known color: Razzmatazz. HEX triplet: D9, 0C and 4D. RGB value is (217,12,77). Sum of RGB (Red+Green+Blue) = 217+12+77=306 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.92% from 306); Green value is 12 (5.08% from 255 or 3.92% from 306); Blue value is 77 (30.47% from 255 or 25.16% from 306); Max value from RGB is 217 - color contains mainly: red. Hex color #D90C4D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90C4D is #26F3B2. Grayscale: #505050. Windows color (decimal): -2552755 or 5049561. OLE color: 5049561.

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

Color convert

RGB 217 12 77 -
CMYK 0 0.94 0.65 0.15
HSL 340.98º 0.9% 0.45% -
HSV(B) 340.98º 0.94% 0.85% -
XYZ 30.09 15.55 8.44 -
YUV 80.71 125.92 225.21 -
System Red Green Blue C M Y K H S L
Decimal 217 12 77 0 0.94 0.65 0.15 340.98 0.9 0.45
Hex D9 C 4D 0 5E 41 F 155 5A 2D
Octal 331 14 115 0 136 101 17 525 132 55
Binary 11011001 1100 1001101 0 1011110 1000001 1111 101010101 1011010 101101

Color Harmonies of #D90C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90C4D

Black with #D90C4D

Text Example


Text Example

White with #D90C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90C4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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