Html Css Color HEX #DE527B Cranberry

📋 copy color: '#DE527B'

red 222 ◦ green 82 ◦ blue 123

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

Shades of Cranberry #DE527B

Tints of Cranberry #DE527B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 28.81%

R = 51.99%
G = 19.2%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DE527B (or 0xDE527B) is known color: Cranberry. HEX triplet: DE, 52 and 7B. RGB value is (222,82,123). Sum of RGB (Red+Green+Blue) = 222+82+123=427 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.99% from 427); Green value is 82 (32.42% from 255 or 19.20% from 427); Blue value is 123 (48.44% from 255 or 28.81% from 427); Max value from RGB is 222 - color contains mainly: red. Hex color #DE527B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE527B is #21AD84. Grayscale: #808080. Windows color (decimal): -2207109 or 8082142. OLE color: 8082142.

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

Color convert

RGB 222 82 123 -
CMYK 0 0.63 0.45 0.13
HSL 342.43º 0.68% 0.6% -
HSV(B) 342.43º 0.63% 0.87% -
XYZ 36.72 22.99 21.24 -
YUV 128.53 124.88 194.67 -
System Red Green Blue C M Y K H S L
Decimal 222 82 123 0 0.63 0.45 0.13 342.43 0.68 0.6
Hex DE 52 7B 0 3F 2D D 156 44 3C
Octal 336 122 173 0 77 55 15 526 104 74
Binary 11011110 1010010 1111011 0 111111 101101 1101 101010110 1000100 111100

Color Harmonies of #DE527B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE527B

Black with #DE527B

Text Example


Text Example

White with #DE527B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE527B; }

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

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

background-color css

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

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

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

border-color css

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

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

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