Html Css Color HEX #DE5C76 Cranberry

📋 copy color: '#DE5C76'

red 222 ◦ green 92 ◦ blue 118

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

Shades of Cranberry #DE5C76

Tints of Cranberry #DE5C76

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.3%

 BLUE value IS 118 (46.48% from 255) = 27.31%

R = 51.39%
G = 21.3%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DE5C76 (or 0xDE5C76) is known color: Cranberry. HEX triplet: DE, 5C and 76. RGB value is (222,92,118). Sum of RGB (Red+Green+Blue) = 222+92+118=432 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.39% from 432); Green value is 92 (36.33% from 255 or 21.30% from 432); Blue value is 118 (46.48% from 255 or 27.31% from 432); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5C76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5C76 is #21A389. Grayscale: #858585. Windows color (decimal): -2204554 or 7757022. OLE color: 7757022.

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

Color convert

RGB 222 92 118 -
CMYK 0 0.59 0.47 0.13
HSL 348º 0.66% 0.62% -
HSV(B) 348º 0.59% 0.87% -
XYZ 37.22 24.49 19.91 -
YUV 133.83 119.07 190.89 -
System Red Green Blue C M Y K H S L
Decimal 222 92 118 0 0.59 0.47 0.13 348 0.66 0.62
Hex DE 5C 76 0 3B 2F D 15C 42 3E
Octal 336 134 166 0 73 57 15 534 102 76
Binary 11011110 1011100 1110110 0 111011 101111 1101 101011100 1000010 111110

Color Harmonies of #DE5C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5C76

Black with #DE5C76

Text Example


Text Example

White with #DE5C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5C76; }

 p { color: rgb(222,92,118); }

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

background-color css

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

 a { background-color: rgb(222,92,118); }

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

border-color css

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

 span { border-color: rgb(222,92,118); }

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