Html Css Color HEX #DD4E6C Cranberry

📋 copy color: '#DD4E6C'

red 221 ◦ green 78 ◦ blue 108

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

Shades of Cranberry #DD4E6C

Tints of Cranberry #DD4E6C

RGB

 RED value IS 221 (86.72% from 255) = 54.3%

 GREEN value IS 78 (30.86% from 255) = 19.16%

 BLUE value IS 108 (42.58% from 255) = 26.54%

R = 54.3%
G = 19.16%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DD4E6C (or 0xDD4E6C) is known color: Cranberry. HEX triplet: DD, 4E and 6C. RGB value is (221,78,108). Sum of RGB (Red+Green+Blue) = 221+78+108=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 78 (30.86% from 255 or 19.16% from 407); Blue value is 108 (42.58% from 255 or 26.54% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4E6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD4E6C is #22B193. Grayscale: #7C7C7C. Windows color (decimal): -2273684 or 7098077. OLE color: 7098077.

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

Color convert

RGB 221 78 108 -
CMYK 0 0.65 0.51 0.13
HSL 347.41º 0.68% 0.59% -
HSV(B) 347.41º 0.65% 0.87% -
XYZ 35.25 21.9 16.56 -
YUV 124.18 118.88 197.06 -
System Red Green Blue C M Y K H S L
Decimal 221 78 108 0 0.65 0.51 0.13 347.41 0.68 0.59
Hex DD 4E 6C 0 41 33 D 15B 44 3B
Octal 335 116 154 0 101 63 15 533 104 73
Binary 11011101 1001110 1101100 0 1000001 110011 1101 101011011 1000100 111011

Color Harmonies of #DD4E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4E6C

Black with #DD4E6C

Text Example


Text Example

White with #DD4E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4E6C; }

 p { color: rgb(221,78,108); }

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

background-color css

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

 a { background-color: rgb(221,78,108); }

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

border-color css

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

 span { border-color: rgb(221,78,108); }

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