Html Css Color HEX #DD4A6F Cranberry

📋 copy color: '#DD4A6F'

red 221 ◦ green 74 ◦ blue 111

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

Shades of Cranberry #DD4A6F

Tints of Cranberry #DD4A6F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.23%

 BLUE value IS 111 (43.75% from 255) = 27.34%

R = 54.43%
G = 18.23%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DD4A6F (or 0xDD4A6F) is known color: Cranberry. HEX triplet: DD, 4A and 6F. RGB value is (221,74,111). Sum of RGB (Red+Green+Blue) = 221+74+111=406 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.43% from 406); Green value is 74 (29.30% from 255 or 18.23% from 406); Blue value is 111 (43.75% from 255 or 27.34% from 406); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4A6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4A6F is #22B590. Grayscale: #7A7A7A. Windows color (decimal): -2274705 or 7293661. OLE color: 7293661.

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

Color convert

RGB 221 74 111 -
CMYK 0 0.67 0.50 0.13
HSL 344.9º 0.68% 0.58% -
HSV(B) 344.9º 0.67% 0.87% -
XYZ 35.14 21.42 17.32 -
YUV 122.17 121.7 198.49 -
System Red Green Blue C M Y K H S L
Decimal 221 74 111 0 0.67 0.50 0.13 344.9 0.68 0.58
Hex DD 4A 6F 0 43 32 D 159 44 3A
Octal 335 112 157 0 103 62 15 531 104 72
Binary 11011101 1001010 1101111 0 1000011 110010 1101 101011001 1000100 111010

Color Harmonies of #DD4A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4A6F

Black with #DD4A6F

Text Example


Text Example

White with #DD4A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4A6F; }

 p { color: rgb(221,74,111); }

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

background-color css

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

 a { background-color: rgb(221,74,111); }

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

border-color css

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

 span { border-color: rgb(221,74,111); }

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