Html Css Color HEX #DE5073 Cranberry

📋 copy color: '#DE5073'

red 222 ◦ green 80 ◦ blue 115

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

Shades of Cranberry #DE5073

Tints of Cranberry #DE5073

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.18%

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

R = 53.24%
G = 19.18%
B = 27.58%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DE5073 (or 0xDE5073) is known color: Cranberry. HEX triplet: DE, 50 and 73. RGB value is (222,80,115). Sum of RGB (Red+Green+Blue) = 222+80+115=417 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.24% from 417); Green value is 80 (31.64% from 255 or 19.18% from 417); Blue value is 115 (45.31% from 255 or 27.58% from 417); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5073 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5073 is #21AF8C. Grayscale: #7E7E7E. Windows color (decimal): -2207629 or 7557342. OLE color: 7557342.

HSL color Cylindrical-coordinate representation of color #DE5073: hue angle of 345.21º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DE5073 is Cyan = 0, Magento = 0.64, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 80 115 -
CMYK 0 0.64 0.48 0.13
HSL 345.21º 0.68% 0.59% -
HSV(B) 345.21º 0.64% 0.87% -
XYZ 36.09 22.5 18.66 -
YUV 126.45 121.54 196.15 -
System Red Green Blue C M Y K H S L
Decimal 222 80 115 0 0.64 0.48 0.13 345.21 0.68 0.59
Hex DE 50 73 0 40 30 D 159 44 3B
Octal 336 120 163 0 100 60 15 531 104 73
Binary 11011110 1010000 1110011 0 1000000 110000 1101 101011001 1000100 111011

Color Harmonies of #DE5073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5073

Black with #DE5073

Text Example


Text Example

White with #DE5073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5073; }

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

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

background-color css

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

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

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

border-color css

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

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

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