Html Css Color HEX #DE537E Cranberry

📋 copy color: '#DE537E'

red 222 ◦ green 83 ◦ blue 126

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

Shades of Cranberry #DE537E

Tints of Cranberry #DE537E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.26%

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

R = 51.51%
G = 19.26%
B = 29.23%

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

#DE537E (or 0xDE537E) is known color: Cranberry. HEX triplet: DE, 53 and 7E. RGB value is (222,83,126). Sum of RGB (Red+Green+Blue) = 222+83+126=431 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.51% from 431); Green value is 83 (32.81% from 255 or 19.26% from 431); Blue value is 126 (49.61% from 255 or 29.23% from 431); Max value from RGB is 222 - color contains mainly: red. Hex color #DE537E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE537E is #21AC81. Grayscale: #818181. Windows color (decimal): -2206850 or 8279006. OLE color: 8279006.

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

Color convert

RGB 222 83 126 -
CMYK 0 0.63 0.43 0.13
HSL 341.44º 0.68% 0.6% -
HSV(B) 341.44º 0.63% 0.87% -
XYZ 36.98 23.22 22.27 -
YUV 129.46 126.05 194 -
System Red Green Blue C M Y K H S L
Decimal 222 83 126 0 0.63 0.43 0.13 341.44 0.68 0.6
Hex DE 53 7E 0 3F 2B D 155 44 3C
Octal 336 123 176 0 77 53 15 525 104 74
Binary 11011110 1010011 1111110 0 111111 101011 1101 101010101 1000100 111100

Color Harmonies of #DE537E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE537E

Black with #DE537E

Text Example


Text Example

White with #DE537E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE537E; }

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

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

background-color css

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

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

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

border-color css

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

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

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