Html Css Color HEX #DD464C Mandy

📋 copy color: '#DD464C'

red 221 ◦ green 70 ◦ blue 76

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

Shades of Mandy #DD464C

Tints of Mandy #DD464C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.71%

R = 60.22%
G = 19.07%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DD464C (or 0xDD464C) is known color: Mandy. HEX triplet: DD, 46 and 4C. RGB value is (221,70,76). Sum of RGB (Red+Green+Blue) = 221+70+76=367 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.22% from 367); Green value is 70 (27.73% from 255 or 19.07% from 367); Blue value is 76 (30.08% from 255 or 20.71% from 367); Max value from RGB is 221 - color contains mainly: red. Hex color #DD464C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD464C is #22B9B3. Grayscale: #737373. Windows color (decimal): -2275764 or 4998877. OLE color: 4998877.

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

Color convert

RGB 221 70 76 -
CMYK 0 0.68 0.66 0.13
HSL 357.62º 0.69% 0.57% -
HSV(B) 357.62º 0.68% 0.87% -
XYZ 33.31 20.27 8.99 -
YUV 115.83 105.53 203.01 -
System Red Green Blue C M Y K H S L
Decimal 221 70 76 0 0.68 0.66 0.13 357.62 0.69 0.57
Hex DD 46 4C 0 44 42 D 166 45 39
Octal 335 106 114 0 104 102 15 546 105 71
Binary 11011101 1000110 1001100 0 1000100 1000010 1101 101100110 1000101 111001

Color Harmonies of #DD464C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD464C

Black with #DD464C

Text Example


Text Example

White with #DD464C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD464C; }

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

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

background-color css

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

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

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

border-color css

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

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

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