Html Css Color HEX #DE5276 Cranberry

📋 copy color: '#DE5276'

red 222 ◦ green 82 ◦ blue 118

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

Shades of Cranberry #DE5276

Tints of Cranberry #DE5276

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.43%

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

R = 52.61%
G = 19.43%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DE5276 (or 0xDE5276) is known color: Cranberry. HEX triplet: DE, 52 and 76. RGB value is (222,82,118). Sum of RGB (Red+Green+Blue) = 222+82+118=422 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.61% from 422); Green value is 82 (32.42% from 255 or 19.43% from 422); Blue value is 118 (46.48% from 255 or 27.96% from 422); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5276 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5276 is #21AD89. Grayscale: #7F7F7F. Windows color (decimal): -2207114 or 7754462. OLE color: 7754462.

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

Color convert

RGB 222 82 118 -
CMYK 0 0.63 0.47 0.13
HSL 344.57º 0.68% 0.6% -
HSV(B) 344.57º 0.63% 0.87% -
XYZ 36.41 22.87 19.64 -
YUV 127.96 122.38 195.07 -
System Red Green Blue C M Y K H S L
Decimal 222 82 118 0 0.63 0.47 0.13 344.57 0.68 0.6
Hex DE 52 76 0 3F 2F D 159 44 3C
Octal 336 122 166 0 77 57 15 531 104 74
Binary 11011110 1010010 1110110 0 111111 101111 1101 101011001 1000100 111100

Color Harmonies of #DE5276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5276

Black with #DE5276

Text Example


Text Example

White with #DE5276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5276; }

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

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

background-color css

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

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

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

border-color css

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

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

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