Html Css Color HEX #DE506E Cranberry

📋 copy color: '#DE506E'

red 222 ◦ green 80 ◦ blue 110

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

Shades of Cranberry #DE506E

Tints of Cranberry #DE506E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.42%

 BLUE value IS 110 (43.36% from 255) = 26.7%

R = 53.88%
G = 19.42%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DE506E (or 0xDE506E) is known color: Cranberry. HEX triplet: DE, 50 and 6E. RGB value is (222,80,110). Sum of RGB (Red+Green+Blue) = 222+80+110=412 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.88% from 412); Green value is 80 (31.64% from 255 or 19.42% from 412); Blue value is 110 (43.36% from 255 or 26.70% from 412); Max value from RGB is 222 - color contains mainly: red. Hex color #DE506E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE506E is #21AF91. Grayscale: #7D7D7D. Windows color (decimal): -2207634 or 7229662. OLE color: 7229662.

HSL color Cylindrical-coordinate representation of color #DE506E: hue angle of 347.32º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DE506E is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 80 110 -
CMYK 0 0.64 0.50 0.13
HSL 347.32º 0.68% 0.59% -
HSV(B) 347.32º 0.64% 0.87% -
XYZ 35.81 22.39 17.19 -
YUV 125.88 119.04 196.56 -
System Red Green Blue C M Y K H S L
Decimal 222 80 110 0 0.64 0.50 0.13 347.32 0.68 0.59
Hex DE 50 6E 0 40 32 D 15B 44 3B
Octal 336 120 156 0 100 62 15 533 104 73
Binary 11011110 1010000 1101110 0 1000000 110010 1101 101011011 1000100 111011

Color Harmonies of #DE506E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE506E

Black with #DE506E

Text Example


Text Example

White with #DE506E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE506E; }

 p { color: rgb(222,80,110); }

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

background-color css

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

 a { background-color: rgb(222,80,110); }

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

border-color css

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

 span { border-color: rgb(222,80,110); }

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