Html Css Color HEX #DE5973 Cranberry

📋 copy color: '#DE5973'

red 222 ◦ green 89 ◦ blue 115

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

Shades of Cranberry #DE5973

Tints of Cranberry #DE5973

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.89%

 BLUE value IS 115 (45.31% from 255) = 27%

R = 52.11%
G = 20.89%
B = 27%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DE5973 (or 0xDE5973) is known color: Cranberry. HEX triplet: DE, 59 and 73. RGB value is (222,89,115). Sum of RGB (Red+Green+Blue) = 222+89+115=426 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.11% from 426); Green value is 89 (35.16% from 255 or 20.89% from 426); Blue value is 115 (45.31% from 255 or 27.00% from 426); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5973 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5973 is #21A68C. Grayscale: #838383. Windows color (decimal): -2205325 or 7559646. OLE color: 7559646.

HSL color Cylindrical-coordinate representation of color #DE5973: hue angle of 348.27º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DE5973 is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 89 115 -
CMYK 0 0.60 0.48 0.13
HSL 348.27º 0.67% 0.61% -
HSV(B) 348.27º 0.6% 0.87% -
XYZ 36.79 23.91 18.9 -
YUV 131.73 118.56 192.39 -
System Red Green Blue C M Y K H S L
Decimal 222 89 115 0 0.60 0.48 0.13 348.27 0.67 0.61
Hex DE 59 73 0 3C 30 D 15C 43 3D
Octal 336 131 163 0 74 60 15 534 103 75
Binary 11011110 1011001 1110011 0 111100 110000 1101 101011100 1000011 111101

Color Harmonies of #DE5973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5973

Black with #DE5973

Text Example


Text Example

White with #DE5973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5973; }

 p { color: rgb(222,89,115); }

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

background-color css

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

 a { background-color: rgb(222,89,115); }

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

border-color css

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

 span { border-color: rgb(222,89,115); }

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