Html Css Color HEX #DE3F73 Cranberry

📋 copy color: '#DE3F73'

red 222 ◦ green 63 ◦ blue 115

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

Shades of Cranberry #DE3F73

Tints of Cranberry #DE3F73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 28.75%

R = 55.5%
G = 15.75%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DE3F73 (or 0xDE3F73) is known color: Cranberry. HEX triplet: DE, 3F and 73. RGB value is (222,63,115). Sum of RGB (Red+Green+Blue) = 222+63+115=400 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.5% from 400); Green value is 63 (25% from 255 or 15.75% from 400); Blue value is 115 (45.31% from 255 or 28.75% from 400); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3F73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE3F73 is #21C08C. Grayscale: #747474. Windows color (decimal): -2211981 or 7552990. OLE color: 7552990.

HSL color Cylindrical-coordinate representation of color #DE3F73: hue angle of 340.38º 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 #DE3F73 is Cyan = 0, Magento = 0.72, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 63 115 -
CMYK 0 0.72 0.48 0.13
HSL 340.38º 0.71% 0.56% -
HSV(B) 340.38º 0.72% 0.87% -
XYZ 35 20.32 18.3 -
YUV 116.47 127.18 203.27 -
System Red Green Blue C M Y K H S L
Decimal 222 63 115 0 0.72 0.48 0.13 340.38 0.71 0.56
Hex DE 3F 73 0 48 30 D 154 47 38
Octal 336 77 163 0 110 60 15 524 107 70
Binary 11011110 111111 1110011 0 1001000 110000 1101 101010100 1000111 111000

Color Harmonies of #DE3F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3F73

Black with #DE3F73

Text Example


Text Example

White with #DE3F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3F73; }

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

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

background-color css

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

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

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

border-color css

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

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

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