Html Css Color HEX #DD4D6E Cranberry

📋 copy color: '#DD4D6E'

red 221 ◦ green 77 ◦ blue 110

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

Shades of Cranberry #DD4D6E

Tints of Cranberry #DD4D6E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.87%

 BLUE value IS 110 (43.36% from 255) = 26.96%

R = 54.17%
G = 18.87%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DD4D6E (or 0xDD4D6E) is known color: Cranberry. HEX triplet: DD, 4D and 6E. RGB value is (221,77,110). Sum of RGB (Red+Green+Blue) = 221+77+110=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 77 (30.47% from 255 or 18.87% from 408); Blue value is 110 (43.36% from 255 or 26.96% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4D6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD4D6E is #22B291. Grayscale: #7B7B7B. Windows color (decimal): -2273938 or 7228893. OLE color: 7228893.

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

Color convert

RGB 221 77 110 -
CMYK 0 0.65 0.50 0.13
HSL 346.25º 0.68% 0.58% -
HSV(B) 346.25º 0.65% 0.87% -
XYZ 35.29 21.81 17.1 -
YUV 123.82 120.21 197.32 -
System Red Green Blue C M Y K H S L
Decimal 221 77 110 0 0.65 0.50 0.13 346.25 0.68 0.58
Hex DD 4D 6E 0 41 32 D 15A 44 3A
Octal 335 115 156 0 101 62 15 532 104 72
Binary 11011101 1001101 1101110 0 1000001 110010 1101 101011010 1000100 111010

Color Harmonies of #DD4D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4D6E

Black with #DD4D6E

Text Example


Text Example

White with #DD4D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4D6E; }

 p { color: rgb(221,77,110); }

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

background-color css

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

 a { background-color: rgb(221,77,110); }

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

border-color css

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

 span { border-color: rgb(221,77,110); }

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