Html Css Color HEX #DD464A Mandy

📋 copy color: '#DD464A'

red 221 ◦ green 70 ◦ blue 74

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

Shades of Mandy #DD464A

Tints of Mandy #DD464A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.27%

R = 60.55%
G = 19.18%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD464A (or 0xDD464A) is known color: Mandy. HEX triplet: DD, 46 and 4A. RGB value is (221,70,74). Sum of RGB (Red+Green+Blue) = 221+70+74=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 70 (27.73% from 255 or 19.18% from 365); Blue value is 74 (29.30% from 255 or 20.27% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD464A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD464A is #22B9B5. Grayscale: #737373. Windows color (decimal): -2275766 or 4867805. OLE color: 4867805.

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

Color convert

RGB 221 70 74 -
CMYK 0 0.68 0.67 0.13
HSL 358.41º 0.69% 0.57% -
HSV(B) 358.41º 0.68% 0.87% -
XYZ 33.24 20.25 8.63 -
YUV 115.61 104.53 203.17 -
System Red Green Blue C M Y K H S L
Decimal 221 70 74 0 0.68 0.67 0.13 358.41 0.69 0.57
Hex DD 46 4A 0 44 43 D 166 45 39
Octal 335 106 112 0 104 103 15 546 105 71
Binary 11011101 1000110 1001010 0 1000100 1000011 1101 101100110 1000101 111001

Color Harmonies of #DD464A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD464A

Black with #DD464A

Text Example


Text Example

White with #DD464A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD464A; }

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

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

background-color css

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

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

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

border-color css

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

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

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