Html Css Color HEX #DC4575 Cranberry

📋 copy color: '#DC4575'

red 220 ◦ green 69 ◦ blue 117

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

Shades of Cranberry #DC4575

Tints of Cranberry #DC4575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.82%

R = 54.19%
G = 17%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DC4575 (or 0xDC4575) is known color: Cranberry. HEX triplet: DC, 45 and 75. RGB value is (220,69,117). Sum of RGB (Red+Green+Blue) = 220+69+117=406 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.19% from 406); Green value is 69 (27.34% from 255 or 17.00% from 406); Blue value is 117 (46.09% from 255 or 28.82% from 406); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4575 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4575 is #23BA8A. Grayscale: #777777. Windows color (decimal): -2341515 or 7685596. OLE color: 7685596.

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

Color convert

RGB 220 69 117 -
CMYK 0 0.69 0.47 0.14
HSL 340.93º 0.68% 0.57% -
HSV(B) 340.93º 0.69% 0.86% -
XYZ 34.85 20.76 19 -
YUV 119.62 126.53 199.6 -
System Red Green Blue C M Y K H S L
Decimal 220 69 117 0 0.69 0.47 0.14 340.93 0.68 0.57
Hex DC 45 75 0 45 2F E 155 44 39
Octal 334 105 165 0 105 57 16 525 104 71
Binary 11011100 1000101 1110101 0 1000101 101111 1110 101010101 1000100 111001

Color Harmonies of #DC4575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4575

Black with #DC4575

Text Example


Text Example

White with #DC4575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4575; }

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

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

background-color css

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

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

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

border-color css

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

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

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