Html Css Color HEX #DE4374 Cranberry

📋 copy color: '#DE4374'

red 222 ◦ green 67 ◦ blue 116

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

Shades of Cranberry #DE4374

Tints of Cranberry #DE4374

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.54%

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

R = 54.81%
G = 16.54%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DE4374 (or 0xDE4374) is known color: Cranberry. HEX triplet: DE, 43 and 74. RGB value is (222,67,116). Sum of RGB (Red+Green+Blue) = 222+67+116=405 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.81% from 405); Green value is 67 (26.56% from 255 or 16.54% from 405); Blue value is 116 (45.70% from 255 or 28.64% from 405); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4374 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE4374 is #21BC8B. Grayscale: #767676. Windows color (decimal): -2210956 or 7619550. OLE color: 7619550.

HSL color Cylindrical-coordinate representation of color #DE4374: hue angle of 341.03º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DE4374 is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 67 116 -
CMYK 0 0.70 0.48 0.13
HSL 341.03º 0.7% 0.57% -
HSV(B) 341.03º 0.7% 0.87% -
XYZ 35.28 20.8 18.68 -
YUV 118.93 126.35 201.52 -
System Red Green Blue C M Y K H S L
Decimal 222 67 116 0 0.70 0.48 0.13 341.03 0.7 0.57
Hex DE 43 74 0 46 30 D 155 46 39
Octal 336 103 164 0 106 60 15 525 106 71
Binary 11011110 1000011 1110100 0 1000110 110000 1101 101010101 1000110 111001

Color Harmonies of #DE4374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4374

Black with #DE4374

Text Example


Text Example

White with #DE4374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4374; }

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

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

background-color css

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

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

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

border-color css

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

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

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