Html Css Color HEX #DE5274 Cranberry

📋 copy color: '#DE5274'

red 222 ◦ green 82 ◦ blue 116

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

Shades of Cranberry #DE5274

Tints of Cranberry #DE5274

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.52%

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

R = 52.86%
G = 19.52%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DE5274 (or 0xDE5274) is known color: Cranberry. HEX triplet: DE, 52 and 74. RGB value is (222,82,116). Sum of RGB (Red+Green+Blue) = 222+82+116=420 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.86% from 420); Green value is 82 (32.42% from 255 or 19.52% from 420); Blue value is 116 (45.70% from 255 or 27.62% from 420); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5274 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5274 is #21AD8B. Grayscale: #7F7F7F. Windows color (decimal): -2207116 or 7623390. OLE color: 7623390.

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

Color convert

RGB 222 82 116 -
CMYK 0 0.63 0.48 0.13
HSL 345.43º 0.68% 0.6% -
HSV(B) 345.43º 0.63% 0.87% -
XYZ 36.29 22.83 19.02 -
YUV 127.74 121.38 195.24 -
System Red Green Blue C M Y K H S L
Decimal 222 82 116 0 0.63 0.48 0.13 345.43 0.68 0.6
Hex DE 52 74 0 3F 30 D 159 44 3C
Octal 336 122 164 0 77 60 15 531 104 74
Binary 11011110 1010010 1110100 0 111111 110000 1101 101011001 1000100 111100

Color Harmonies of #DE5274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5274

Black with #DE5274

Text Example


Text Example

White with #DE5274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5274; }

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

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

background-color css

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

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

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

border-color css

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

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

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