Html Css Color HEX #DE4786 Cranberry

📋 copy color: '#DE4786'

red 222 ◦ green 71 ◦ blue 134

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

Shades of Cranberry #DE4786

Tints of Cranberry #DE4786

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.63%

 BLUE value IS 134 (52.73% from 255) = 31.38%

R = 51.99%
G = 16.63%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DE4786 (or 0xDE4786) is known color: Cranberry. HEX triplet: DE, 47 and 86. RGB value is (222,71,134). Sum of RGB (Red+Green+Blue) = 222+71+134=427 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.99% from 427); Green value is 71 (28.12% from 255 or 16.63% from 427); Blue value is 134 (52.73% from 255 or 31.38% from 427); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4786 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE4786 is #21B879. Grayscale: #7B7B7B. Windows color (decimal): -2209914 or 8800222. OLE color: 8800222.

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

Color convert

RGB 222 71 134 -
CMYK 0 0.68 0.40 0.13
HSL 334.97º 0.7% 0.57% -
HSV(B) 334.97º 0.68% 0.87% -
XYZ 36.68 21.76 24.82 -
YUV 123.33 134.03 198.38 -
System Red Green Blue C M Y K H S L
Decimal 222 71 134 0 0.68 0.40 0.13 334.97 0.7 0.57
Hex DE 47 86 0 44 28 D 14F 46 39
Octal 336 107 206 0 104 50 15 517 106 71
Binary 11011110 1000111 10000110 0 1000100 101000 1101 101001111 1000110 111001

Color Harmonies of #DE4786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4786

Black with #DE4786

Text Example


Text Example

White with #DE4786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4786; }

 p { color: rgb(222,71,134); }

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

background-color css

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

 a { background-color: rgb(222,71,134); }

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

border-color css

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

 span { border-color: rgb(222,71,134); }

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