Html Css Color HEX #DE5071 Cranberry

📋 copy color: '#DE5071'

red 222 ◦ green 80 ◦ blue 113

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

Shades of Cranberry #DE5071

Tints of Cranberry #DE5071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 27.23%

R = 53.49%
G = 19.28%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DE5071 (or 0xDE5071) is known color: Cranberry. HEX triplet: DE, 50 and 71. RGB value is (222,80,113). Sum of RGB (Red+Green+Blue) = 222+80+113=415 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.49% from 415); Green value is 80 (31.64% from 255 or 19.28% from 415); Blue value is 113 (44.53% from 255 or 27.23% from 415); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5071 is #21AF8E. Grayscale: #7E7E7E. Windows color (decimal): -2207631 or 7426270. OLE color: 7426270.

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

Color convert

RGB 222 80 113 -
CMYK 0 0.64 0.49 0.13
HSL 346.06º 0.68% 0.59% -
HSV(B) 346.06º 0.64% 0.87% -
XYZ 35.97 22.46 18.06 -
YUV 126.22 120.54 196.32 -
System Red Green Blue C M Y K H S L
Decimal 222 80 113 0 0.64 0.49 0.13 346.06 0.68 0.59
Hex DE 50 71 0 40 31 D 15A 44 3B
Octal 336 120 161 0 100 61 15 532 104 73
Binary 11011110 1010000 1110001 0 1000000 110001 1101 101011010 1000100 111011

Color Harmonies of #DE5071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5071

Black with #DE5071

Text Example


Text Example

White with #DE5071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5071; }

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

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

background-color css

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

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

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

border-color css

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

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

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