Html Css Color HEX #DE3E74 Cranberry

📋 copy color: '#DE3E74'

red 222 ◦ green 62 ◦ blue 116

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

Shades of Cranberry #DE3E74

Tints of Cranberry #DE3E74

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.5%

 BLUE value IS 116 (45.7% from 255) = 29%

R = 55.5%
G = 15.5%
B = 29%

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

#DE3E74 (or 0xDE3E74) is known color: Cranberry. HEX triplet: DE, 3E and 74. RGB value is (222,62,116). Sum of RGB (Red+Green+Blue) = 222+62+116=400 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.5% from 400); Green value is 62 (24.61% from 255 or 15.5% from 400); Blue value is 116 (45.70% from 255 or 29% from 400); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3E74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE3E74 is #21C18B. Grayscale: #737373. Windows color (decimal): -2212236 or 7618270. OLE color: 7618270.

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

Color convert

RGB 222 62 116 -
CMYK 0 0.72 0.48 0.13
HSL 339.75º 0.71% 0.56% -
HSV(B) 339.75º 0.72% 0.87% -
XYZ 35 20.24 18.58 -
YUV 116 128.01 203.61 -
System Red Green Blue C M Y K H S L
Decimal 222 62 116 0 0.72 0.48 0.13 339.75 0.71 0.56
Hex DE 3E 74 0 48 30 D 154 47 38
Octal 336 76 164 0 110 60 15 524 107 70
Binary 11011110 111110 1110100 0 1001000 110000 1101 101010100 1000111 111000

Color Harmonies of #DE3E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3E74

Black with #DE3E74

Text Example


Text Example

White with #DE3E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3E74; }

 p { color: rgb(222,62,116); }

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

background-color css

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

 a { background-color: rgb(222,62,116); }

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

border-color css

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

 span { border-color: rgb(222,62,116); }

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