Html Css Color HEX #DE516C Cranberry

📋 copy color: '#DE516C'

red 222 ◦ green 81 ◦ blue 108

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

Shades of Cranberry #DE516C

Tints of Cranberry #DE516C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.71%

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

R = 54.01%
G = 19.71%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DE516C (or 0xDE516C) is known color: Cranberry. HEX triplet: DE, 51 and 6C. RGB value is (222,81,108). Sum of RGB (Red+Green+Blue) = 222+81+108=411 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.01% from 411); Green value is 81 (32.03% from 255 or 19.71% from 411); Blue value is 108 (42.58% from 255 or 26.28% from 411); Max value from RGB is 222 - color contains mainly: red. Hex color #DE516C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE516C is #21AE93. Grayscale: #7E7E7E. Windows color (decimal): -2207380 or 7098846. OLE color: 7098846.

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

Color convert

RGB 222 81 108 -
CMYK 0 0.64 0.51 0.13
HSL 348.51º 0.68% 0.59% -
HSV(B) 348.51º 0.64% 0.87% -
XYZ 35.77 22.5 16.64 -
YUV 126.24 117.71 196.3 -
System Red Green Blue C M Y K H S L
Decimal 222 81 108 0 0.64 0.51 0.13 348.51 0.68 0.59
Hex DE 51 6C 0 40 33 D 15D 44 3B
Octal 336 121 154 0 100 63 15 535 104 73
Binary 11011110 1010001 1101100 0 1000000 110011 1101 101011101 1000100 111011

Color Harmonies of #DE516C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE516C

Black with #DE516C

Text Example


Text Example

White with #DE516C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE516C; }

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

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

background-color css

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

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

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

border-color css

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

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

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