Html Css Color HEX #DE466F Cranberry

📋 copy color: '#DE466F'

red 222 ◦ green 70 ◦ blue 111

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

Shades of Cranberry #DE466F

Tints of Cranberry #DE466F

RGB

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

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

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

R = 55.09%
G = 17.37%
B = 27.54%

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

#DE466F (or 0xDE466F) is known color: Cranberry. HEX triplet: DE, 46 and 6F. RGB value is (222,70,111). Sum of RGB (Red+Green+Blue) = 222+70+111=403 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.09% from 403); Green value is 70 (27.73% from 255 or 17.37% from 403); Blue value is 111 (43.75% from 255 or 27.54% from 403); Max value from RGB is 222 - color contains mainly: red. Hex color #DE466F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE466F is #21B990. Grayscale: #787878. Windows color (decimal): -2210193 or 7292638. OLE color: 7292638.

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

Color convert

RGB 222 70 111 -
CMYK 0 0.68 0.5 0.13
HSL 343.82º 0.7% 0.57% -
HSV(B) 343.82º 0.68% 0.87% -
XYZ 35.18 21.06 17.25 -
YUV 120.12 122.86 200.67 -
System Red Green Blue C M Y K H S L
Decimal 222 70 111 0 0.68 0.5 0.13 343.82 0.7 0.57
Hex DE 46 6F 0 44 32 D 158 46 39
Octal 336 106 157 0 104 62 15 530 106 71
Binary 11011110 1000110 1101111 0 1000100 110010 1101 101011000 1000110 111001

Color Harmonies of #DE466F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE466F

Black with #DE466F

Text Example


Text Example

White with #DE466F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE466F; }

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

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

background-color css

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

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

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

border-color css

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

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

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