Html Css Color HEX #DE4669 Cranberry

📋 copy color: '#DE4669'

red 222 ◦ green 70 ◦ blue 105

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

Shades of Cranberry #DE4669

Tints of Cranberry #DE4669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 26.45%

R = 55.92%
G = 17.63%
B = 26.45%

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

#DE4669 (or 0xDE4669) is known color: Cranberry. HEX triplet: DE, 46 and 69. RGB value is (222,70,105). Sum of RGB (Red+Green+Blue) = 222+70+105=397 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.92% from 397); Green value is 70 (27.73% from 255 or 17.63% from 397); Blue value is 105 (41.41% from 255 or 26.45% from 397); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4669 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE4669 is #21B996. Grayscale: #777777. Windows color (decimal): -2210199 or 6899422. OLE color: 6899422.

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

Color convert

RGB 222 70 105 -
CMYK 0 0.68 0.53 0.13
HSL 346.18º 0.7% 0.57% -
HSV(B) 346.18º 0.68% 0.87% -
XYZ 34.86 20.93 15.57 -
YUV 119.44 119.86 201.15 -
System Red Green Blue C M Y K H S L
Decimal 222 70 105 0 0.68 0.53 0.13 346.18 0.7 0.57
Hex DE 46 69 0 44 35 D 15A 46 39
Octal 336 106 151 0 104 65 15 532 106 71
Binary 11011110 1000110 1101001 0 1000100 110101 1101 101011010 1000110 111001

Color Harmonies of #DE4669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4669

Black with #DE4669

Text Example


Text Example

White with #DE4669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4669; }

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

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

background-color css

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

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

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

border-color css

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

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

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