Html Css Color HEX #DD4869 Cranberry

📋 copy color: '#DD4869'

red 221 ◦ green 72 ◦ blue 105

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

Shades of Cranberry #DD4869

Tints of Cranberry #DD4869

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.09%

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

R = 55.53%
G = 18.09%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD4869 (or 0xDD4869) is known color: Cranberry. HEX triplet: DD, 48 and 69. RGB value is (221,72,105). Sum of RGB (Red+Green+Blue) = 221+72+105=398 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.53% from 398); Green value is 72 (28.52% from 255 or 18.09% from 398); Blue value is 105 (41.41% from 255 or 26.38% from 398); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4869 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4869 is #22B796. Grayscale: #787878. Windows color (decimal): -2275223 or 6899933. OLE color: 6899933.

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

Color convert

RGB 221 72 105 -
CMYK 0 0.67 0.52 0.13
HSL 346.71º 0.69% 0.57% -
HSV(B) 346.71º 0.67% 0.87% -
XYZ 34.69 21.03 15.6 -
YUV 120.31 119.36 199.82 -
System Red Green Blue C M Y K H S L
Decimal 221 72 105 0 0.67 0.52 0.13 346.71 0.69 0.57
Hex DD 48 69 0 43 34 D 15B 45 39
Octal 335 110 151 0 103 64 15 533 105 71
Binary 11011101 1001000 1101001 0 1000011 110100 1101 101011011 1000101 111001

Color Harmonies of #DD4869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4869

Black with #DD4869

Text Example


Text Example

White with #DD4869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4869; }

 p { color: rgb(221,72,105); }

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

background-color css

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

 a { background-color: rgb(221,72,105); }

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

border-color css

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

 span { border-color: rgb(221,72,105); }

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