Html Css Color HEX #DE4B4E Mandy

📋 copy color: '#DE4B4E'

red 222 ◦ green 75 ◦ blue 78

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

Shades of Mandy #DE4B4E

Tints of Mandy #DE4B4E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20%

 BLUE value IS 78 (30.86% from 255) = 20.8%

R = 59.2%
G = 20%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DE4B4E (or 0xDE4B4E) is known color: Mandy. HEX triplet: DE, 4B and 4E. RGB value is (222,75,78). Sum of RGB (Red+Green+Blue) = 222+75+78=375 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.2% from 375); Green value is 75 (29.69% from 255 or 20% from 375); Blue value is 78 (30.86% from 255 or 20.8% from 375); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4B4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE4B4E is #21B4B1. Grayscale: #777777. Windows color (decimal): -2208946 or 5131230. OLE color: 5131230.

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

Color convert

RGB 222 75 78 -
CMYK 0 0.66 0.65 0.13
HSL 358.78º 0.69% 0.58% -
HSV(B) 358.78º 0.66% 0.87% -
XYZ 34.02 21.11 9.49 -
YUV 119.3 104.7 201.26 -
System Red Green Blue C M Y K H S L
Decimal 222 75 78 0 0.66 0.65 0.13 358.78 0.69 0.58
Hex DE 4B 4E 0 42 41 D 167 45 3A
Octal 336 113 116 0 102 101 15 547 105 72
Binary 11011110 1001011 1001110 0 1000010 1000001 1101 101100111 1000101 111010

Color Harmonies of #DE4B4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4B4E

Black with #DE4B4E

Text Example


Text Example

White with #DE4B4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4B4E; }

 p { color: rgb(222,75,78); }

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

background-color css

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

 a { background-color: rgb(222,75,78); }

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

border-color css

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

 span { border-color: rgb(222,75,78); }

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