Html Css Color HEX #DE537B Cranberry

📋 copy color: '#DE537B'

red 222 ◦ green 83 ◦ blue 123

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

Shades of Cranberry #DE537B

Tints of Cranberry #DE537B

RGB

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

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

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

R = 51.87%
G = 19.39%
B = 28.74%

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

#DE537B (or 0xDE537B) is known color: Cranberry. HEX triplet: DE, 53 and 7B. RGB value is (222,83,123). Sum of RGB (Red+Green+Blue) = 222+83+123=428 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.87% from 428); Green value is 83 (32.81% from 255 or 19.39% from 428); Blue value is 123 (48.44% from 255 or 28.74% from 428); Max value from RGB is 222 - color contains mainly: red. Hex color #DE537B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE537B is #21AC84. Grayscale: #818181. Windows color (decimal): -2206853 or 8082398. OLE color: 8082398.

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

Color convert

RGB 222 83 123 -
CMYK 0 0.63 0.45 0.13
HSL 342.73º 0.68% 0.6% -
HSV(B) 342.73º 0.63% 0.87% -
XYZ 36.79 23.15 21.27 -
YUV 129.12 124.55 194.25 -
System Red Green Blue C M Y K H S L
Decimal 222 83 123 0 0.63 0.45 0.13 342.73 0.68 0.6
Hex DE 53 7B 0 3F 2D D 157 44 3C
Octal 336 123 173 0 77 55 15 527 104 74
Binary 11011110 1010011 1111011 0 111111 101101 1101 101010111 1000100 111100

Color Harmonies of #DE537B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE537B

Black with #DE537B

Text Example


Text Example

White with #DE537B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE537B; }

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

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

background-color css

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

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

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

border-color css

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

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

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