Html Css Color HEX #DD4861 Mandy

📋 copy color: '#DD4861'

red 221 ◦ green 72 ◦ blue 97

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

Shades of Mandy #DD4861

Tints of Mandy #DD4861

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.46%

 BLUE value IS 97 (38.28% from 255) = 24.87%

R = 56.67%
G = 18.46%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DD4861 (or 0xDD4861) is known color: Mandy. HEX triplet: DD, 48 and 61. RGB value is (221,72,97). Sum of RGB (Red+Green+Blue) = 221+72+97=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 72 (28.52% from 255 or 18.46% from 390); Blue value is 97 (38.28% from 255 or 24.87% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4861 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4861 is #22B79E. Grayscale: #777777. Windows color (decimal): -2275231 or 6375645. OLE color: 6375645.

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

Color convert

RGB 221 72 97 -
CMYK 0 0.67 0.56 0.13
HSL 349.93º 0.69% 0.57% -
HSV(B) 349.93º 0.67% 0.87% -
XYZ 34.29 20.87 13.53 -
YUV 119.4 115.36 200.47 -
System Red Green Blue C M Y K H S L
Decimal 221 72 97 0 0.67 0.56 0.13 349.93 0.69 0.57
Hex DD 48 61 0 43 38 D 15E 45 39
Octal 335 110 141 0 103 70 15 536 105 71
Binary 11011101 1001000 1100001 0 1000011 111000 1101 101011110 1000101 111001

Color Harmonies of #DD4861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4861

Black with #DD4861

Text Example


Text Example

White with #DD4861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4861; }

 p { color: rgb(221,72,97); }

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

background-color css

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

 a { background-color: rgb(221,72,97); }

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

border-color css

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

 span { border-color: rgb(221,72,97); }

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