Html Css Color HEX #DE5074 Cranberry

📋 copy color: '#DE5074'

red 222 ◦ green 80 ◦ blue 116

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

Shades of Cranberry #DE5074

Tints of Cranberry #DE5074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 27.75%

R = 53.11%
G = 19.14%
B = 27.75%

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

#DE5074 (or 0xDE5074) is known color: Cranberry. HEX triplet: DE, 50 and 74. RGB value is (222,80,116). Sum of RGB (Red+Green+Blue) = 222+80+116=418 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.11% from 418); Green value is 80 (31.64% from 255 or 19.14% from 418); Blue value is 116 (45.70% from 255 or 27.75% from 418); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5074 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5074 is #21AF8B. Grayscale: #7E7E7E. Windows color (decimal): -2207628 or 7622878. OLE color: 7622878.

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

Color convert

RGB 222 80 116 -
CMYK 0 0.64 0.48 0.13
HSL 344.79º 0.68% 0.59% -
HSV(B) 344.79º 0.64% 0.87% -
XYZ 36.15 22.53 18.97 -
YUV 126.56 122.04 196.07 -
System Red Green Blue C M Y K H S L
Decimal 222 80 116 0 0.64 0.48 0.13 344.79 0.68 0.59
Hex DE 50 74 0 40 30 D 159 44 3B
Octal 336 120 164 0 100 60 15 531 104 73
Binary 11011110 1010000 1110100 0 1000000 110000 1101 101011001 1000100 111011

Color Harmonies of #DE5074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5074

Black with #DE5074

Text Example


Text Example

White with #DE5074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5074; }

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

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

background-color css

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

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

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

border-color css

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

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

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