Html Css Color HEX #DD484B Mandy

📋 copy color: '#DD484B'

red 221 ◦ green 72 ◦ blue 75

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

Shades of Mandy #DD484B

Tints of Mandy #DD484B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.38%

R = 60.05%
G = 19.57%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DD484B (or 0xDD484B) is known color: Mandy. HEX triplet: DD, 48 and 4B. RGB value is (221,72,75). Sum of RGB (Red+Green+Blue) = 221+72+75=368 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.05% from 368); Green value is 72 (28.52% from 255 or 19.57% from 368); Blue value is 75 (29.69% from 255 or 20.38% from 368); Max value from RGB is 221 - color contains mainly: red. Hex color #DD484B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD484B is #22B7B4. Grayscale: #757575. Windows color (decimal): -2275253 or 4933853. OLE color: 4933853.

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

Color convert

RGB 221 72 75 -
CMYK 0 0.67 0.66 0.13
HSL 358.79º 0.69% 0.57% -
HSV(B) 358.79º 0.67% 0.87% -
XYZ 33.41 20.51 8.86 -
YUV 116.89 104.36 202.26 -
System Red Green Blue C M Y K H S L
Decimal 221 72 75 0 0.67 0.66 0.13 358.79 0.69 0.57
Hex DD 48 4B 0 43 42 D 167 45 39
Octal 335 110 113 0 103 102 15 547 105 71
Binary 11011101 1001000 1001011 0 1000011 1000010 1101 101100111 1000101 111001

Color Harmonies of #DD484B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD484B

Black with #DD484B

Text Example


Text Example

White with #DD484B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD484B; }

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

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

background-color css

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

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

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

border-color css

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

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

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