Html Css Color HEX #DE4986 Cranberry

📋 copy color: '#DE4986'

red 222 ◦ green 73 ◦ blue 134

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

Shades of Cranberry #DE4986

Tints of Cranberry #DE4986

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.02%

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

R = 51.75%
G = 17.02%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DE4986 (or 0xDE4986) is known color: Cranberry. HEX triplet: DE, 49 and 86. RGB value is (222,73,134). Sum of RGB (Red+Green+Blue) = 222+73+134=429 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.75% from 429); Green value is 73 (28.91% from 255 or 17.02% from 429); Blue value is 134 (52.73% from 255 or 31.24% from 429); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4986 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE4986 is #21B679. Grayscale: #7C7C7C. Windows color (decimal): -2209402 or 8800734. OLE color: 8800734.

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

Color convert

RGB 222 73 134 -
CMYK 0 0.67 0.40 0.13
HSL 335.44º 0.69% 0.58% -
HSV(B) 335.44º 0.67% 0.87% -
XYZ 36.81 22.02 24.86 -
YUV 124.51 133.36 197.54 -
System Red Green Blue C M Y K H S L
Decimal 222 73 134 0 0.67 0.40 0.13 335.44 0.69 0.58
Hex DE 49 86 0 43 28 D 14F 45 3A
Octal 336 111 206 0 103 50 15 517 105 72
Binary 11011110 1001001 10000110 0 1000011 101000 1101 101001111 1000101 111010

Color Harmonies of #DE4986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4986

Black with #DE4986

Text Example


Text Example

White with #DE4986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4986; }

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

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

background-color css

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

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

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

border-color css

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

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

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