Html Css Color HEX #DE486F Cranberry

📋 copy color: '#DE486F'

red 222 ◦ green 72 ◦ blue 111

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

Shades of Cranberry #DE486F

Tints of Cranberry #DE486F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 27.41%

R = 54.81%
G = 17.78%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.5

 K value IS 0.13

RGB Variations

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

Color information

#DE486F (or 0xDE486F) is known color: Cranberry. HEX triplet: DE, 48 and 6F. RGB value is (222,72,111). Sum of RGB (Red+Green+Blue) = 222+72+111=405 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.81% from 405); Green value is 72 (28.52% from 255 or 17.78% from 405); Blue value is 111 (43.75% from 255 or 27.41% from 405); Max value from RGB is 222 - color contains mainly: red. Hex color #DE486F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE486F is #21B790. Grayscale: #797979. Windows color (decimal): -2209681 or 7293150. OLE color: 7293150.

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

Color convert

RGB 222 72 111 -
CMYK 0 0.68 0.5 0.13
HSL 344.4º 0.69% 0.58% -
HSV(B) 344.4º 0.68% 0.87% -
XYZ 35.31 21.31 17.29 -
YUV 121.3 122.2 199.83 -
System Red Green Blue C M Y K H S L
Decimal 222 72 111 0 0.68 0.5 0.13 344.4 0.69 0.58
Hex DE 48 6F 0 44 32 D 158 45 3A
Octal 336 110 157 0 104 62 15 530 105 72
Binary 11011110 1001000 1101111 0 1000100 110010 1101 101011000 1000101 111010

Color Harmonies of #DE486F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE486F

Black with #DE486F

Text Example


Text Example

White with #DE486F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE486F; }

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

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

background-color css

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

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

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

border-color css

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

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

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