Html Css Color HEX #DE466A Cranberry

📋 copy color: '#DE466A'

red 222 ◦ green 70 ◦ blue 106

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

Shades of Cranberry #DE466A

Tints of Cranberry #DE466A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.63%

R = 55.78%
G = 17.59%
B = 26.63%

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

#DE466A (or 0xDE466A) is known color: Cranberry. HEX triplet: DE, 46 and 6A. RGB value is (222,70,106). Sum of RGB (Red+Green+Blue) = 222+70+106=398 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.78% from 398); Green value is 70 (27.73% from 255 or 17.59% from 398); Blue value is 106 (41.80% from 255 or 26.63% from 398); Max value from RGB is 222 - color contains mainly: red. Hex color #DE466A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE466A is #21B995. Grayscale: #777777. Windows color (decimal): -2210198 or 6964958. OLE color: 6964958.

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

Color convert

RGB 222 70 106 -
CMYK 0 0.68 0.52 0.13
HSL 345.79º 0.7% 0.57% -
HSV(B) 345.79º 0.68% 0.87% -
XYZ 34.92 20.95 15.84 -
YUV 119.55 120.36 201.07 -
System Red Green Blue C M Y K H S L
Decimal 222 70 106 0 0.68 0.52 0.13 345.79 0.7 0.57
Hex DE 46 6A 0 44 34 D 15A 46 39
Octal 336 106 152 0 104 64 15 532 106 71
Binary 11011110 1000110 1101010 0 1000100 110100 1101 101011010 1000110 111001

Color Harmonies of #DE466A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE466A

Black with #DE466A

Text Example


Text Example

White with #DE466A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE466A; }

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

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

background-color css

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

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

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

border-color css

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

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

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