Html Css Color HEX #DE4668 Cranberry

📋 copy color: '#DE4668'

red 222 ◦ green 70 ◦ blue 104

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

Shades of Cranberry #DE4668

Tints of Cranberry #DE4668

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.68%

 BLUE value IS 104 (41.02% from 255) = 26.26%

R = 56.06%
G = 17.68%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DE4668 (or 0xDE4668) is known color: Cranberry. HEX triplet: DE, 46 and 68. RGB value is (222,70,104). Sum of RGB (Red+Green+Blue) = 222+70+104=396 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.06% from 396); Green value is 70 (27.73% from 255 or 17.68% from 396); Blue value is 104 (41.02% from 255 or 26.26% from 396); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4668 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE4668 is #21B997. Grayscale: #777777. Windows color (decimal): -2210200 or 6833886. OLE color: 6833886.

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

Color convert

RGB 222 70 104 -
CMYK 0 0.68 0.53 0.13
HSL 346.58º 0.7% 0.57% -
HSV(B) 346.58º 0.68% 0.87% -
XYZ 34.81 20.91 15.3 -
YUV 119.32 119.36 201.24 -
System Red Green Blue C M Y K H S L
Decimal 222 70 104 0 0.68 0.53 0.13 346.58 0.7 0.57
Hex DE 46 68 0 44 35 D 15B 46 39
Octal 336 106 150 0 104 65 15 533 106 71
Binary 11011110 1000110 1101000 0 1000100 110101 1101 101011011 1000110 111001

Color Harmonies of #DE4668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4668

Black with #DE4668

Text Example


Text Example

White with #DE4668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4668; }

 p { color: rgb(222,70,104); }

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

background-color css

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

 a { background-color: rgb(222,70,104); }

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

border-color css

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

 span { border-color: rgb(222,70,104); }

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