Html Css Color HEX #DE466B Cranberry

📋 copy color: '#DE466B'

red 222 ◦ green 70 ◦ blue 107

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

Shades of Cranberry #DE466B

Tints of Cranberry #DE466B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.82%

R = 55.64%
G = 17.54%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DE466B (or 0xDE466B) is known color: Cranberry. HEX triplet: DE, 46 and 6B. RGB value is (222,70,107). Sum of RGB (Red+Green+Blue) = 222+70+107=399 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.64% from 399); Green value is 70 (27.73% from 255 or 17.54% from 399); Blue value is 107 (42.19% from 255 or 26.82% from 399); Max value from RGB is 222 - color contains mainly: red. Hex color #DE466B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE466B is #21B994. Grayscale: #777777. Windows color (decimal): -2210197 or 7030494. OLE color: 7030494.

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

Color convert

RGB 222 70 107 -
CMYK 0 0.68 0.52 0.13
HSL 345.39º 0.7% 0.57% -
HSV(B) 345.39º 0.68% 0.87% -
XYZ 34.97 20.97 16.11 -
YUV 119.67 120.86 200.99 -
System Red Green Blue C M Y K H S L
Decimal 222 70 107 0 0.68 0.52 0.13 345.39 0.7 0.57
Hex DE 46 6B 0 44 34 D 159 46 39
Octal 336 106 153 0 104 64 15 531 106 71
Binary 11011110 1000110 1101011 0 1000100 110100 1101 101011001 1000110 111001

Color Harmonies of #DE466B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE466B

Black with #DE466B

Text Example


Text Example

White with #DE466B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE466B; }

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

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

background-color css

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

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

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

border-color css

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

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

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