Html Css Color HEX #DE3F77 Cranberry

📋 copy color: '#DE3F77'

red 222 ◦ green 63 ◦ blue 119

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

Shades of Cranberry #DE3F77

Tints of Cranberry #DE3F77

RGB

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

 GREEN value IS 63 (25% from 255) = 15.59%

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

R = 54.95%
G = 15.59%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DE3F77 (or 0xDE3F77) is known color: Cranberry. HEX triplet: DE, 3F and 77. RGB value is (222,63,119). Sum of RGB (Red+Green+Blue) = 222+63+119=404 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.95% from 404); Green value is 63 (25% from 255 or 15.59% from 404); Blue value is 119 (46.88% from 255 or 29.46% from 404); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3F77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE3F77 is #21C088. Grayscale: #747474. Windows color (decimal): -2211977 or 7815134. OLE color: 7815134.

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

Color convert

RGB 222 63 119 -
CMYK 0 0.72 0.46 0.13
HSL 338.87º 0.71% 0.56% -
HSV(B) 338.87º 0.72% 0.87% -
XYZ 35.23 20.42 19.54 -
YUV 116.93 129.18 202.95 -
System Red Green Blue C M Y K H S L
Decimal 222 63 119 0 0.72 0.46 0.13 338.87 0.71 0.56
Hex DE 3F 77 0 48 2E D 153 47 38
Octal 336 77 167 0 110 56 15 523 107 70
Binary 11011110 111111 1110111 0 1001000 101110 1101 101010011 1000111 111000

Color Harmonies of #DE3F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3F77

Black with #DE3F77

Text Example


Text Example

White with #DE3F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3F77; }

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

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

background-color css

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

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

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

border-color css

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

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

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