Html Css Color HEX #DE527E Cranberry

📋 copy color: '#DE527E'

red 222 ◦ green 82 ◦ blue 126

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

Shades of Cranberry #DE527E

Tints of Cranberry #DE527E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 29.3%

R = 51.63%
G = 19.07%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DE527E (or 0xDE527E) is known color: Cranberry. HEX triplet: DE, 52 and 7E. RGB value is (222,82,126). Sum of RGB (Red+Green+Blue) = 222+82+126=430 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.63% from 430); Green value is 82 (32.42% from 255 or 19.07% from 430); Blue value is 126 (49.61% from 255 or 29.30% from 430); Max value from RGB is 222 - color contains mainly: red. Hex color #DE527E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE527E is #21AD81. Grayscale: #808080. Windows color (decimal): -2207106 or 8278750. OLE color: 8278750.

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

Color convert

RGB 222 82 126 -
CMYK 0 0.63 0.43 0.13
HSL 341.14º 0.68% 0.6% -
HSV(B) 341.14º 0.63% 0.87% -
XYZ 36.91 23.07 22.25 -
YUV 128.88 126.38 194.42 -
System Red Green Blue C M Y K H S L
Decimal 222 82 126 0 0.63 0.43 0.13 341.14 0.68 0.6
Hex DE 52 7E 0 3F 2B D 155 44 3C
Octal 336 122 176 0 77 53 15 525 104 74
Binary 11011110 1010010 1111110 0 111111 101011 1101 101010101 1000100 111100

Color Harmonies of #DE527E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE527E

Black with #DE527E

Text Example


Text Example

White with #DE527E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE527E; }

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

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

background-color css

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

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

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

border-color css

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

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

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