Html Css Color HEX #DD4569 Cranberry

📋 copy color: '#DD4569'

red 221 ◦ green 69 ◦ blue 105

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

Shades of Cranberry #DD4569

Tints of Cranberry #DD4569

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.47%

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

R = 55.95%
G = 17.47%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD4569 (or 0xDD4569) is known color: Cranberry. HEX triplet: DD, 45 and 69. RGB value is (221,69,105). Sum of RGB (Red+Green+Blue) = 221+69+105=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 69 (27.34% from 255 or 17.47% from 395); Blue value is 105 (41.41% from 255 or 26.58% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4569 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4569 is #22BA96. Grayscale: #767676. Windows color (decimal): -2275991 or 6899165. OLE color: 6899165.

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

Color convert

RGB 221 69 105 -
CMYK 0 0.69 0.52 0.13
HSL 345.79º 0.69% 0.57% -
HSV(B) 345.79º 0.69% 0.87% -
XYZ 34.5 20.65 15.53 -
YUV 118.55 120.36 201.07 -
System Red Green Blue C M Y K H S L
Decimal 221 69 105 0 0.69 0.52 0.13 345.79 0.69 0.57
Hex DD 45 69 0 45 34 D 15A 45 39
Octal 335 105 151 0 105 64 15 532 105 71
Binary 11011101 1000101 1101001 0 1000101 110100 1101 101011010 1000101 111001

Color Harmonies of #DD4569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4569

Black with #DD4569

Text Example


Text Example

White with #DD4569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4569; }

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

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

background-color css

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

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

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

border-color css

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

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

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