Html Css Color HEX #DE4E7A Cranberry

📋 copy color: '#DE4E7A'

red 222 ◦ green 78 ◦ blue 122

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

Shades of Cranberry #DE4E7A

Tints of Cranberry #DE4E7A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.48%

 BLUE value IS 122 (48.05% from 255) = 28.91%

R = 52.61%
G = 18.48%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DE4E7A (or 0xDE4E7A) is known color: Cranberry. HEX triplet: DE, 4E and 7A. RGB value is (222,78,122). Sum of RGB (Red+Green+Blue) = 222+78+122=422 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.61% from 422); Green value is 78 (30.86% from 255 or 18.48% from 422); Blue value is 122 (48.05% from 255 or 28.91% from 422); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE4E7A is #21B185. Grayscale: #7E7E7E. Windows color (decimal): -2208134 or 8015582. OLE color: 8015582.

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

Color convert

RGB 222 78 122 -
CMYK 0 0.65 0.45 0.13
HSL 341.67º 0.69% 0.59% -
HSV(B) 341.67º 0.65% 0.87% -
XYZ 36.36 22.38 20.82 -
YUV 126.07 125.71 196.42 -
System Red Green Blue C M Y K H S L
Decimal 222 78 122 0 0.65 0.45 0.13 341.67 0.69 0.59
Hex DE 4E 7A 0 41 2D D 156 45 3B
Octal 336 116 172 0 101 55 15 526 105 73
Binary 11011110 1001110 1111010 0 1000001 101101 1101 101010110 1000101 111011

Color Harmonies of #DE4E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4E7A

Black with #DE4E7A

Text Example


Text Example

White with #DE4E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4E7A; }

 p { color: rgb(222,78,122); }

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

background-color css

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

 a { background-color: rgb(222,78,122); }

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

border-color css

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

 span { border-color: rgb(222,78,122); }

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