Html Css Color HEX #DD464E Mandy

📋 copy color: '#DD464E'

red 221 ◦ green 70 ◦ blue 78

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

Shades of Mandy #DD464E

Tints of Mandy #DD464E

RGB

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

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

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

R = 59.89%
G = 18.97%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DD464E (or 0xDD464E) is known color: Mandy. HEX triplet: DD, 46 and 4E. RGB value is (221,70,78). Sum of RGB (Red+Green+Blue) = 221+70+78=369 (48% of max value = 765). Red value is 221 (86.72% from 255 or 59.89% from 369); Green value is 70 (27.73% from 255 or 18.97% from 369); Blue value is 78 (30.86% from 255 or 21.14% from 369); Max value from RGB is 221 - color contains mainly: red. Hex color #DD464E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD464E is #22B9B1. Grayscale: #747474. Windows color (decimal): -2275762 or 5129949. OLE color: 5129949.

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

Color convert

RGB 221 70 78 -
CMYK 0 0.68 0.65 0.13
HSL 356.82º 0.69% 0.57% -
HSV(B) 356.82º 0.68% 0.87% -
XYZ 33.38 20.3 9.37 -
YUV 116.06 106.53 202.85 -
System Red Green Blue C M Y K H S L
Decimal 221 70 78 0 0.68 0.65 0.13 356.82 0.69 0.57
Hex DD 46 4E 0 44 41 D 165 45 39
Octal 335 106 116 0 104 101 15 545 105 71
Binary 11011101 1000110 1001110 0 1000100 1000001 1101 101100101 1000101 111001

Color Harmonies of #DD464E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD464E

Black with #DD464E

Text Example


Text Example

White with #DD464E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD464E; }

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

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

background-color css

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

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

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

border-color css

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

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

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