Html Css Color HEX #DD424E Mandy

📋 copy color: '#DD424E'

red 221 ◦ green 66 ◦ blue 78

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

Shades of Mandy #DD424E

Tints of Mandy #DD424E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.37%

R = 60.55%
G = 18.08%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DD424E (or 0xDD424E) is known color: Mandy. HEX triplet: DD, 42 and 4E. RGB value is (221,66,78). Sum of RGB (Red+Green+Blue) = 221+66+78=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 66 (26.17% from 255 or 18.08% from 365); Blue value is 78 (30.86% from 255 or 21.37% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD424E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD424E is #22BDB1. Grayscale: #717171. Windows color (decimal): -2276786 or 5128925. OLE color: 5128925.

HSL color Cylindrical-coordinate representation of color #DD424E: hue angle of 355.35º 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 #DD424E is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 66 78 -
CMYK 0 0.70 0.65 0.13
HSL 355.35º 0.7% 0.56% -
HSV(B) 355.35º 0.7% 0.87% -
XYZ 33.14 19.82 9.29 -
YUV 113.71 107.85 204.52 -
System Red Green Blue C M Y K H S L
Decimal 221 66 78 0 0.70 0.65 0.13 355.35 0.7 0.56
Hex DD 42 4E 0 46 41 D 163 46 38
Octal 335 102 116 0 106 101 15 543 106 70
Binary 11011101 1000010 1001110 0 1000110 1000001 1101 101100011 1000110 111000

Color Harmonies of #DD424E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD424E

Black with #DD424E

Text Example


Text Example

White with #DD424E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD424E; }

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

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

background-color css

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

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

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

border-color css

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

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

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