Html Css Color HEX #DD424F Mandy

📋 copy color: '#DD424F'

red 221 ◦ green 66 ◦ blue 79

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

Shades of Mandy #DD424F

Tints of Mandy #DD424F

RGB

 RED value IS 221 (86.72% from 255) = 60.38%

 GREEN value IS 66 (26.17% from 255) = 18.03%

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

R = 60.38%
G = 18.03%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DD424F (or 0xDD424F) is known color: Mandy. HEX triplet: DD, 42 and 4F. RGB value is (221,66,79). Sum of RGB (Red+Green+Blue) = 221+66+79=366 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.38% from 366); Green value is 66 (26.17% from 255 or 18.03% from 366); Blue value is 79 (31.25% from 255 or 21.58% from 366); Max value from RGB is 221 - color contains mainly: red. Hex color #DD424F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD424F is #22BDB0. Grayscale: #717171. Windows color (decimal): -2276785 or 5194461. OLE color: 5194461.

HSL color Cylindrical-coordinate representation of color #DD424F: hue angle of 354.97º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD424F is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 66 79 -
CMYK 0 0.70 0.64 0.13
HSL 354.97º 0.7% 0.56% -
HSV(B) 354.97º 0.7% 0.87% -
XYZ 33.18 19.83 9.48 -
YUV 113.83 108.35 204.44 -
System Red Green Blue C M Y K H S L
Decimal 221 66 79 0 0.70 0.64 0.13 354.97 0.7 0.56
Hex DD 42 4F 0 46 40 D 163 46 38
Octal 335 102 117 0 106 100 15 543 106 70
Binary 11011101 1000010 1001111 0 1000110 1000000 1101 101100011 1000110 111000

Color Harmonies of #DD424F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD424F

Black with #DD424F

Text Example


Text Example

White with #DD424F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD424F; }

 p { color: rgb(221,66,79); }

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

background-color css

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

 a { background-color: rgb(221,66,79); }

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

border-color css

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

 span { border-color: rgb(221,66,79); }

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