Html Css Color HEX #DE4077 Cranberry

📋 copy color: '#DE4077'

red 222 ◦ green 64 ◦ blue 119

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

Shades of Cranberry #DE4077

Tints of Cranberry #DE4077

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.8%

 BLUE value IS 119 (46.88% from 255) = 29.38%

R = 54.81%
G = 15.8%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DE4077 (or 0xDE4077) is known color: Cranberry. HEX triplet: DE, 40 and 77. RGB value is (222,64,119). Sum of RGB (Red+Green+Blue) = 222+64+119=405 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.81% from 405); Green value is 64 (25.39% from 255 or 15.80% from 405); Blue value is 119 (46.88% from 255 or 29.38% from 405); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4077 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE4077 is #21BF88. Grayscale: #757575. Windows color (decimal): -2211721 or 7815390. OLE color: 7815390.

HSL color Cylindrical-coordinate representation of color #DE4077: hue angle of 339.11º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DE4077 is Cyan = 0, Magento = 0.71, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 64 119 -
CMYK 0 0.71 0.46 0.13
HSL 339.11º 0.71% 0.56% -
HSV(B) 339.11º 0.71% 0.87% -
XYZ 35.29 20.53 19.56 -
YUV 117.51 128.85 202.53 -
System Red Green Blue C M Y K H S L
Decimal 222 64 119 0 0.71 0.46 0.13 339.11 0.71 0.56
Hex DE 40 77 0 47 2E D 153 47 38
Octal 336 100 167 0 107 56 15 523 107 70
Binary 11011110 1000000 1110111 0 1000111 101110 1101 101010011 1000111 111000

Color Harmonies of #DE4077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4077

Black with #DE4077

Text Example


Text Example

White with #DE4077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4077; }

 p { color: rgb(222,64,119); }

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

background-color css

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

 a { background-color: rgb(222,64,119); }

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

border-color css

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

 span { border-color: rgb(222,64,119); }

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