Html Css Color HEX #DC4569 Cranberry

📋 copy color: '#DC4569'

red 220 ◦ green 69 ◦ blue 105

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

Shades of Cranberry #DC4569

Tints of Cranberry #DC4569

RGB

 RED value IS 220 (86.33% from 255) = 55.84%

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

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

R = 55.84%
G = 17.51%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DC4569 (or 0xDC4569) is known color: Cranberry. HEX triplet: DC, 45 and 69. RGB value is (220,69,105). Sum of RGB (Red+Green+Blue) = 220+69+105=394 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.84% from 394); Green value is 69 (27.34% from 255 or 17.51% from 394); Blue value is 105 (41.41% from 255 or 26.65% from 394); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4569 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4569 is #23BA96. Grayscale: #767676. Windows color (decimal): -2341527 or 6899164. OLE color: 6899164.

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

Color convert

RGB 220 69 105 -
CMYK 0 0.69 0.52 0.14
HSL 345.7º 0.68% 0.57% -
HSV(B) 345.7º 0.69% 0.86% -
XYZ 34.19 20.49 15.52 -
YUV 118.25 120.53 200.57 -
System Red Green Blue C M Y K H S L
Decimal 220 69 105 0 0.69 0.52 0.14 345.7 0.68 0.57
Hex DC 45 69 0 45 34 E 15A 44 39
Octal 334 105 151 0 105 64 16 532 104 71
Binary 11011100 1000101 1101001 0 1000101 110100 1110 101011010 1000100 111001

Color Harmonies of #DC4569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4569

Black with #DC4569

Text Example


Text Example

White with #DC4569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4569; }

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

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

background-color css

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

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

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

border-color css

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

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

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