Html Css Color HEX #DE466C Cranberry

📋 copy color: '#DE466C'

red 222 ◦ green 70 ◦ blue 108

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

Shades of Cranberry #DE466C

Tints of Cranberry #DE466C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 27%

R = 55.5%
G = 17.5%
B = 27%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DE466C (or 0xDE466C) is known color: Cranberry. HEX triplet: DE, 46 and 6C. RGB value is (222,70,108). Sum of RGB (Red+Green+Blue) = 222+70+108=400 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.5% from 400); Green value is 70 (27.73% from 255 or 17.5% from 400); Blue value is 108 (42.58% from 255 or 27% from 400); Max value from RGB is 222 - color contains mainly: red. Hex color #DE466C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE466C is #21B993. Grayscale: #777777. Windows color (decimal): -2210196 or 7096030. OLE color: 7096030.

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

Color convert

RGB 222 70 108 -
CMYK 0 0.68 0.51 0.13
HSL 345º 0.7% 0.57% -
HSV(B) 345º 0.68% 0.87% -
XYZ 35.02 20.99 16.39 -
YUV 119.78 121.36 200.91 -
System Red Green Blue C M Y K H S L
Decimal 222 70 108 0 0.68 0.51 0.13 345 0.7 0.57
Hex DE 46 6C 0 44 33 D 159 46 39
Octal 336 106 154 0 104 63 15 531 106 71
Binary 11011110 1000110 1101100 0 1000100 110011 1101 101011001 1000110 111001

Color Harmonies of #DE466C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE466C

Black with #DE466C

Text Example


Text Example

White with #DE466C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE466C; }

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

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

background-color css

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

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

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

border-color css

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

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

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