Html Css Color HEX #DD4676 Cranberry

📋 copy color: '#DD4676'

red 221 ◦ green 70 ◦ blue 118

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

Shades of Cranberry #DD4676

Tints of Cranberry #DD4676

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 28.85%

R = 54.03%
G = 17.11%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DD4676 (or 0xDD4676) is known color: Cranberry. HEX triplet: DD, 46 and 76. RGB value is (221,70,118). Sum of RGB (Red+Green+Blue) = 221+70+118=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 70 (27.73% from 255 or 17.11% from 409); Blue value is 118 (46.48% from 255 or 28.85% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4676 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4676 is #22B989. Grayscale: #787878. Windows color (decimal): -2275722 or 7751389. OLE color: 7751389.

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

Color convert

RGB 221 70 118 -
CMYK 0 0.68 0.47 0.13
HSL 340.93º 0.69% 0.57% -
HSV(B) 340.93º 0.68% 0.87% -
XYZ 35.28 21.06 19.35 -
YUV 120.62 126.53 199.6 -
System Red Green Blue C M Y K H S L
Decimal 221 70 118 0 0.68 0.47 0.13 340.93 0.69 0.57
Hex DD 46 76 0 44 2F D 155 45 39
Octal 335 106 166 0 104 57 15 525 105 71
Binary 11011101 1000110 1110110 0 1000100 101111 1101 101010101 1000101 111001

Color Harmonies of #DD4676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4676

Black with #DD4676

Text Example


Text Example

White with #DD4676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4676; }

 p { color: rgb(221,70,118); }

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

background-color css

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

 a { background-color: rgb(221,70,118); }

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

border-color css

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

 span { border-color: rgb(221,70,118); }

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