Html Css Color HEX #D90C4F Razzmatazz

📋 copy color: '#D90C4F'

red 217 ◦ green 12 ◦ blue 79

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

Shades of Razzmatazz #D90C4F

Tints of Razzmatazz #D90C4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 25.65%

R = 70.45%
G = 3.9%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D90C4F (or 0xD90C4F) is known color: Razzmatazz. HEX triplet: D9, 0C and 4F. RGB value is (217,12,79). Sum of RGB (Red+Green+Blue) = 217+12+79=308 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.45% from 308); Green value is 12 (5.08% from 255 or 3.90% from 308); Blue value is 79 (31.25% from 255 or 25.65% from 308); Max value from RGB is 217 - color contains mainly: red. Hex color #D90C4F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90C4F is #26F3B0. Grayscale: #505050. Windows color (decimal): -2552753 or 5180633. OLE color: 5180633.

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

Color convert

RGB 217 12 79 -
CMYK 0 0.94 0.64 0.15
HSL 340.39º 0.9% 0.45% -
HSV(B) 340.39º 0.94% 0.85% -
XYZ 30.16 15.58 8.81 -
YUV 80.93 126.92 225.05 -
System Red Green Blue C M Y K H S L
Decimal 217 12 79 0 0.94 0.64 0.15 340.39 0.9 0.45
Hex D9 C 4F 0 5E 40 F 154 5A 2D
Octal 331 14 117 0 136 100 17 524 132 55
Binary 11011001 1100 1001111 0 1011110 1000000 1111 101010100 1011010 101101

Color Harmonies of #D90C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90C4F

Black with #D90C4F

Text Example


Text Example

White with #D90C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90C4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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