Html Css Color HEX #DE464F Mandy

📋 copy color: '#DE464F'

red 222 ◦ green 70 ◦ blue 79

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

Shades of Mandy #DE464F

Tints of Mandy #DE464F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.29%

R = 59.84%
G = 18.87%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DE464F (or 0xDE464F) is known color: Mandy. HEX triplet: DE, 46 and 4F. RGB value is (222,70,79). Sum of RGB (Red+Green+Blue) = 222+70+79=371 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.84% from 371); Green value is 70 (27.73% from 255 or 18.87% from 371); Blue value is 79 (31.25% from 255 or 21.29% from 371); Max value from RGB is 222 - color contains mainly: red. Hex color #DE464F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE464F is #21B9B0. Grayscale: #747474. Windows color (decimal): -2210225 or 5195486. OLE color: 5195486.

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

Color convert

RGB 222 70 79 -
CMYK 0 0.68 0.64 0.13
HSL 356.45º 0.7% 0.57% -
HSV(B) 356.45º 0.68% 0.87% -
XYZ 33.73 20.47 9.57 -
YUV 116.47 106.86 203.27 -
System Red Green Blue C M Y K H S L
Decimal 222 70 79 0 0.68 0.64 0.13 356.45 0.7 0.57
Hex DE 46 4F 0 44 40 D 164 46 39
Octal 336 106 117 0 104 100 15 544 106 71
Binary 11011110 1000110 1001111 0 1000100 1000000 1101 101100100 1000110 111001

Color Harmonies of #DE464F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE464F

Black with #DE464F

Text Example


Text Example

White with #DE464F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE464F; }

 p { color: rgb(222,70,79); }

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

background-color css

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

 a { background-color: rgb(222,70,79); }

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

border-color css

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

 span { border-color: rgb(222,70,79); }

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