Html Css Color HEX #DE465C Mandy

📋 copy color: '#DE465C'

red 222 ◦ green 70 ◦ blue 92

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

Shades of Mandy #DE465C

Tints of Mandy #DE465C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.96%

R = 57.81%
G = 18.23%
B = 23.96%

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

#DE465C (or 0xDE465C) is known color: Mandy. HEX triplet: DE, 46 and 5C. RGB value is (222,70,92). Sum of RGB (Red+Green+Blue) = 222+70+92=384 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.81% from 384); Green value is 70 (27.73% from 255 or 18.23% from 384); Blue value is 92 (36.33% from 255 or 23.96% from 384); Max value from RGB is 222 - color contains mainly: red. Hex color #DE465C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE465C is #21B9A3. Grayscale: #767676. Windows color (decimal): -2210212 or 6047454. OLE color: 6047454.

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

Color convert

RGB 222 70 92 -
CMYK 0 0.68 0.59 0.13
HSL 351.32º 0.7% 0.57% -
HSV(B) 351.32º 0.68% 0.87% -
XYZ 34.25 20.68 12.31 -
YUV 117.96 113.36 202.21 -
System Red Green Blue C M Y K H S L
Decimal 222 70 92 0 0.68 0.59 0.13 351.32 0.7 0.57
Hex DE 46 5C 0 44 3B D 15F 46 39
Octal 336 106 134 0 104 73 15 537 106 71
Binary 11011110 1000110 1011100 0 1000100 111011 1101 101011111 1000110 111001

Color Harmonies of #DE465C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE465C

Black with #DE465C

Text Example


Text Example

White with #DE465C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE465C; }

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

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

background-color css

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

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

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

border-color css

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

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

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