Html Css Color HEX #DE464D Mandy

📋 copy color: '#DE464D'

red 222 ◦ green 70 ◦ blue 77

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

Shades of Mandy #DE464D

Tints of Mandy #DE464D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.87%

R = 60.16%
G = 18.97%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DE464D (or 0xDE464D) is known color: Mandy. HEX triplet: DE, 46 and 4D. RGB value is (222,70,77). Sum of RGB (Red+Green+Blue) = 222+70+77=369 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.16% from 369); Green value is 70 (27.73% from 255 or 18.97% from 369); Blue value is 77 (30.47% from 255 or 20.87% from 369); Max value from RGB is 222 - color contains mainly: red. Hex color #DE464D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE464D is #21B9B2. Grayscale: #747474. Windows color (decimal): -2210227 or 5064414. OLE color: 5064414.

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

Color convert

RGB 222 70 77 -
CMYK 0 0.68 0.65 0.13
HSL 357.24º 0.7% 0.57% -
HSV(B) 357.24º 0.68% 0.87% -
XYZ 33.65 20.45 9.19 -
YUV 116.25 105.86 203.43 -
System Red Green Blue C M Y K H S L
Decimal 222 70 77 0 0.68 0.65 0.13 357.24 0.7 0.57
Hex DE 46 4D 0 44 41 D 165 46 39
Octal 336 106 115 0 104 101 15 545 106 71
Binary 11011110 1000110 1001101 0 1000100 1000001 1101 101100101 1000110 111001

Color Harmonies of #DE464D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE464D

Black with #DE464D

Text Example


Text Example

White with #DE464D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE464D; }

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

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

background-color css

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

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

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

border-color css

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

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

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