Html Css Color HEX #DE557D Cranberry

📋 copy color: '#DE557D'

red 222 ◦ green 85 ◦ blue 125

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

Shades of Cranberry #DE557D

Tints of Cranberry #DE557D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.68%

 BLUE value IS 125 (49.22% from 255) = 28.94%

R = 51.39%
G = 19.68%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DE557D (or 0xDE557D) is known color: Cranberry. HEX triplet: DE, 55 and 7D. RGB value is (222,85,125). Sum of RGB (Red+Green+Blue) = 222+85+125=432 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.39% from 432); Green value is 85 (33.59% from 255 or 19.68% from 432); Blue value is 125 (49.22% from 255 or 28.94% from 432); Max value from RGB is 222 - color contains mainly: red. Hex color #DE557D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE557D is #21AA82. Grayscale: #828282. Windows color (decimal): -2206339 or 8213982. OLE color: 8213982.

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

Color convert

RGB 222 85 125 -
CMYK 0 0.62 0.44 0.13
HSL 342.48º 0.67% 0.6% -
HSV(B) 342.48º 0.62% 0.87% -
XYZ 37.07 23.51 21.99 -
YUV 130.52 124.89 193.25 -
System Red Green Blue C M Y K H S L
Decimal 222 85 125 0 0.62 0.44 0.13 342.48 0.67 0.6
Hex DE 55 7D 0 3E 2C D 156 43 3C
Octal 336 125 175 0 76 54 15 526 103 74
Binary 11011110 1010101 1111101 0 111110 101100 1101 101010110 1000011 111100

Color Harmonies of #DE557D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE557D

Black with #DE557D

Text Example


Text Example

White with #DE557D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE557D; }

 p { color: rgb(222,85,125); }

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

background-color css

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

 a { background-color: rgb(222,85,125); }

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

border-color css

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

 span { border-color: rgb(222,85,125); }

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