Html Css Color HEX #DE5174 Cranberry

📋 copy color: '#DE5174'

red 222 ◦ green 81 ◦ blue 116

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

Shades of Cranberry #DE5174

Tints of Cranberry #DE5174

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.33%

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

R = 52.98%
G = 19.33%
B = 27.68%

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

#DE5174 (or 0xDE5174) is known color: Cranberry. HEX triplet: DE, 51 and 74. RGB value is (222,81,116). Sum of RGB (Red+Green+Blue) = 222+81+116=419 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.98% from 419); Green value is 81 (32.03% from 255 or 19.33% from 419); Blue value is 116 (45.70% from 255 or 27.68% from 419); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5174 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5174 is #21AE8B. Grayscale: #7F7F7F. Windows color (decimal): -2207372 or 7623134. OLE color: 7623134.

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

Color convert

RGB 222 81 116 -
CMYK 0 0.64 0.48 0.13
HSL 345.11º 0.68% 0.59% -
HSV(B) 345.11º 0.64% 0.87% -
XYZ 36.22 22.68 18.99 -
YUV 127.15 121.71 195.65 -
System Red Green Blue C M Y K H S L
Decimal 222 81 116 0 0.64 0.48 0.13 345.11 0.68 0.59
Hex DE 51 74 0 40 30 D 159 44 3B
Octal 336 121 164 0 100 60 15 531 104 73
Binary 11011110 1010001 1110100 0 1000000 110000 1101 101011001 1000100 111011

Color Harmonies of #DE5174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5174

Black with #DE5174

Text Example


Text Example

White with #DE5174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5174; }

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

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

background-color css

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

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

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

border-color css

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

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

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