Html Css Color HEX #DE485F Mandy

📋 copy color: '#DE485F'

red 222 ◦ green 72 ◦ blue 95

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

Shades of Mandy #DE485F

Tints of Mandy #DE485F

RGB

 RED value IS 222 (87.11% from 255) = 57.07%

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

 BLUE value IS 95 (37.5% from 255) = 24.42%

R = 57.07%
G = 18.51%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DE485F (or 0xDE485F) is known color: Mandy. HEX triplet: DE, 48 and 5F. RGB value is (222,72,95). Sum of RGB (Red+Green+Blue) = 222+72+95=389 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.07% from 389); Green value is 72 (28.52% from 255 or 18.51% from 389); Blue value is 95 (37.5% from 255 or 24.42% from 389); Max value from RGB is 222 - color contains mainly: red. Hex color #DE485F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE485F is #21B7A0. Grayscale: #777777. Windows color (decimal): -2209697 or 6244574. OLE color: 6244574.

HSL color Cylindrical-coordinate representation of color #DE485F: hue angle of 350.8º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DE485F is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 72 95 -
CMYK 0 0.68 0.57 0.13
HSL 350.8º 0.69% 0.58% -
HSV(B) 350.8º 0.68% 0.87% -
XYZ 34.51 20.99 13.06 -
YUV 119.47 114.2 201.13 -
System Red Green Blue C M Y K H S L
Decimal 222 72 95 0 0.68 0.57 0.13 350.8 0.69 0.58
Hex DE 48 5F 0 44 39 D 15F 45 3A
Octal 336 110 137 0 104 71 15 537 105 72
Binary 11011110 1001000 1011111 0 1000100 111001 1101 101011111 1000101 111010

Color Harmonies of #DE485F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE485F

Black with #DE485F

Text Example


Text Example

White with #DE485F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE485F; }

 p { color: rgb(222,72,95); }

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

background-color css

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

 a { background-color: rgb(222,72,95); }

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

border-color css

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

 span { border-color: rgb(222,72,95); }

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