Html Css Color HEX #DE5474 Cranberry

📋 copy color: '#DE5474'

red 222 ◦ green 84 ◦ blue 116

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

Shades of Cranberry #DE5474

Tints of Cranberry #DE5474

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.91%

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

R = 52.61%
G = 19.91%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DE5474 (or 0xDE5474) is known color: Cranberry. HEX triplet: DE, 54 and 74. RGB value is (222,84,116). Sum of RGB (Red+Green+Blue) = 222+84+116=422 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.61% from 422); Green value is 84 (33.20% from 255 or 19.91% from 422); Blue value is 116 (45.70% from 255 or 27.49% from 422); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5474 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5474 is #21AB8B. Grayscale: #808080. Windows color (decimal): -2206604 or 7623902. OLE color: 7623902.

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

Color convert

RGB 222 84 116 -
CMYK 0 0.62 0.48 0.13
HSL 346.09º 0.68% 0.6% -
HSV(B) 346.09º 0.62% 0.87% -
XYZ 36.45 23.13 19.07 -
YUV 128.91 120.72 194.4 -
System Red Green Blue C M Y K H S L
Decimal 222 84 116 0 0.62 0.48 0.13 346.09 0.68 0.6
Hex DE 54 74 0 3E 30 D 15A 44 3C
Octal 336 124 164 0 76 60 15 532 104 74
Binary 11011110 1010100 1110100 0 111110 110000 1101 101011010 1000100 111100

Color Harmonies of #DE5474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5474

Black with #DE5474

Text Example


Text Example

White with #DE5474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5474; }

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

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

background-color css

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

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

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

border-color css

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

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

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