Html Css Color HEX #DE527C Cranberry

📋 copy color: '#DE527C'

red 222 ◦ green 82 ◦ blue 124

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

Shades of Cranberry #DE527C

Tints of Cranberry #DE527C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 28.97%

R = 51.87%
G = 19.16%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DE527C (or 0xDE527C) is known color: Cranberry. HEX triplet: DE, 52 and 7C. RGB value is (222,82,124). Sum of RGB (Red+Green+Blue) = 222+82+124=428 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.87% from 428); Green value is 82 (32.42% from 255 or 19.16% from 428); Blue value is 124 (48.83% from 255 or 28.97% from 428); Max value from RGB is 222 - color contains mainly: red. Hex color #DE527C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE527C is #21AD83. Grayscale: #808080. Windows color (decimal): -2207108 or 8147678. OLE color: 8147678.

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

Color convert

RGB 222 82 124 -
CMYK 0 0.63 0.44 0.13
HSL 342º 0.68% 0.6% -
HSV(B) 342º 0.63% 0.87% -
XYZ 36.78 23.02 21.57 -
YUV 128.65 125.38 194.58 -
System Red Green Blue C M Y K H S L
Decimal 222 82 124 0 0.63 0.44 0.13 342 0.68 0.6
Hex DE 52 7C 0 3F 2C D 156 44 3C
Octal 336 122 174 0 77 54 15 526 104 74
Binary 11011110 1010010 1111100 0 111111 101100 1101 101010110 1000100 111100

Color Harmonies of #DE527C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE527C

Black with #DE527C

Text Example


Text Example

White with #DE527C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE527C; }

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

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

background-color css

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

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

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

border-color css

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

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

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