Html Css Color HEX #DE506B Cranberry

📋 copy color: '#DE506B'

red 222 ◦ green 80 ◦ blue 107

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

Shades of Cranberry #DE506B

Tints of Cranberry #DE506B

RGB

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

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

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

R = 54.28%
G = 19.56%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DE506B (or 0xDE506B) is known color: Cranberry. HEX triplet: DE, 50 and 6B. RGB value is (222,80,107). Sum of RGB (Red+Green+Blue) = 222+80+107=409 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.28% from 409); Green value is 80 (31.64% from 255 or 19.56% from 409); Blue value is 107 (42.19% from 255 or 26.16% from 409); Max value from RGB is 222 - color contains mainly: red. Hex color #DE506B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE506B is #21AF94. Grayscale: #7D7D7D. Windows color (decimal): -2207637 or 7033054. OLE color: 7033054.

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

Color convert

RGB 222 80 107 -
CMYK 0 0.64 0.52 0.13
HSL 348.59º 0.68% 0.59% -
HSV(B) 348.59º 0.64% 0.87% -
XYZ 35.65 22.33 16.34 -
YUV 125.54 117.54 196.8 -
System Red Green Blue C M Y K H S L
Decimal 222 80 107 0 0.64 0.52 0.13 348.59 0.68 0.59
Hex DE 50 6B 0 40 34 D 15D 44 3B
Octal 336 120 153 0 100 64 15 535 104 73
Binary 11011110 1010000 1101011 0 1000000 110100 1101 101011101 1000100 111011

Color Harmonies of #DE506B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE506B

Black with #DE506B

Text Example


Text Example

White with #DE506B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE506B; }

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

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

background-color css

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

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

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

border-color css

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

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

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