Html Css Color HEX #DD4658 Mandy

📋 copy color: '#DD4658'

red 221 ◦ green 70 ◦ blue 88

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

Shades of Mandy #DD4658

Tints of Mandy #DD4658

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.47%

 BLUE value IS 88 (34.77% from 255) = 23.22%

R = 58.31%
G = 18.47%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DD4658 (or 0xDD4658) is known color: Mandy. HEX triplet: DD, 46 and 58. RGB value is (221,70,88). Sum of RGB (Red+Green+Blue) = 221+70+88=379 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.31% from 379); Green value is 70 (27.73% from 255 or 18.47% from 379); Blue value is 88 (34.77% from 255 or 23.22% from 379); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4658 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4658 is #22B9A7. Grayscale: #757575. Windows color (decimal): -2275752 or 5785309. OLE color: 5785309.

HSL color Cylindrical-coordinate representation of color #DD4658: hue angle of 352.85º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD4658 is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 70 88 -
CMYK 0 0.68 0.60 0.13
HSL 352.85º 0.69% 0.57% -
HSV(B) 352.85º 0.68% 0.87% -
XYZ 33.77 20.46 11.4 -
YUV 117.2 111.53 202.04 -
System Red Green Blue C M Y K H S L
Decimal 221 70 88 0 0.68 0.60 0.13 352.85 0.69 0.57
Hex DD 46 58 0 44 3C D 161 45 39
Octal 335 106 130 0 104 74 15 541 105 71
Binary 11011101 1000110 1011000 0 1000100 111100 1101 101100001 1000101 111001

Color Harmonies of #DD4658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4658

Black with #DD4658

Text Example


Text Example

White with #DD4658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4658; }

 p { color: rgb(221,70,88); }

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

background-color css

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

 a { background-color: rgb(221,70,88); }

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

border-color css

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

 span { border-color: rgb(221,70,88); }

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