Html Css Color HEX #DD465A Mandy

📋 copy color: '#DD465A'

red 221 ◦ green 70 ◦ blue 90

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

Shades of Mandy #DD465A

Tints of Mandy #DD465A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.62%

R = 58.01%
G = 18.37%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DD465A (or 0xDD465A) is known color: Mandy. HEX triplet: DD, 46 and 5A. RGB value is (221,70,90). Sum of RGB (Red+Green+Blue) = 221+70+90=381 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.01% from 381); Green value is 70 (27.73% from 255 or 18.37% from 381); Blue value is 90 (35.55% from 255 or 23.62% from 381); Max value from RGB is 221 - color contains mainly: red. Hex color #DD465A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD465A is #22B9A5. Grayscale: #757575. Windows color (decimal): -2275750 or 5916381. OLE color: 5916381.

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

Color convert

RGB 221 70 90 -
CMYK 0 0.68 0.59 0.13
HSL 352.05º 0.69% 0.57% -
HSV(B) 352.05º 0.68% 0.87% -
XYZ 33.85 20.49 11.84 -
YUV 117.43 112.53 201.87 -
System Red Green Blue C M Y K H S L
Decimal 221 70 90 0 0.68 0.59 0.13 352.05 0.69 0.57
Hex DD 46 5A 0 44 3B D 160 45 39
Octal 335 106 132 0 104 73 15 540 105 71
Binary 11011101 1000110 1011010 0 1000100 111011 1101 101100000 1000101 111001

Color Harmonies of #DD465A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD465A

Black with #DD465A

Text Example


Text Example

White with #DD465A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD465A; }

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

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

background-color css

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

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

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

border-color css

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

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

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