Html Css Color HEX #DE5D7A Cranberry

📋 copy color: '#DE5D7A'

red 222 ◦ green 93 ◦ blue 122

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

Shades of Cranberry #DE5D7A

Tints of Cranberry #DE5D7A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.28%

 BLUE value IS 122 (48.05% from 255) = 27.92%

R = 50.8%
G = 21.28%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DE5D7A (or 0xDE5D7A) is known color: Cranberry. HEX triplet: DE, 5D and 7A. RGB value is (222,93,122). Sum of RGB (Red+Green+Blue) = 222+93+122=437 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.80% from 437); Green value is 93 (36.72% from 255 or 21.28% from 437); Blue value is 122 (48.05% from 255 or 27.92% from 437); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5D7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5D7A is #21A285. Grayscale: #868686. Windows color (decimal): -2204294 or 8019422. OLE color: 8019422.

HSL color Cylindrical-coordinate representation of color #DE5D7A: hue angle of 346.51º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DE5D7A is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 93 122 -
CMYK 0 0.58 0.45 0.13
HSL 346.51º 0.66% 0.62% -
HSV(B) 346.51º 0.58% 0.87% -
XYZ 37.55 24.76 21.21 -
YUV 134.88 120.74 190.14 -
System Red Green Blue C M Y K H S L
Decimal 222 93 122 0 0.58 0.45 0.13 346.51 0.66 0.62
Hex DE 5D 7A 0 3A 2D D 15B 42 3E
Octal 336 135 172 0 72 55 15 533 102 76
Binary 11011110 1011101 1111010 0 111010 101101 1101 101011011 1000010 111110

Color Harmonies of #DE5D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5D7A

Black with #DE5D7A

Text Example


Text Example

White with #DE5D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5D7A; }

 p { color: rgb(222,93,122); }

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

background-color css

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

 a { background-color: rgb(222,93,122); }

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

border-color css

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

 span { border-color: rgb(222,93,122); }

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