Html Css Color HEX #DC5375 Cranberry

📋 copy color: '#DC5375'

red 220 ◦ green 83 ◦ blue 117

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

Shades of Cranberry #DC5375

Tints of Cranberry #DC5375

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.76%

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

R = 52.38%
G = 19.76%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DC5375 (or 0xDC5375) is known color: Cranberry. HEX triplet: DC, 53 and 75. RGB value is (220,83,117). Sum of RGB (Red+Green+Blue) = 220+83+117=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 83 (32.81% from 255 or 19.76% from 420); Blue value is 117 (46.09% from 255 or 27.86% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5375 is #23AC8A. Grayscale: #7F7F7F. Windows color (decimal): -2337931 or 7689180. OLE color: 7689180.

HSL color Cylindrical-coordinate representation of color #DC5375: hue angle of 345.11º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC5375 is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 83 117 -
CMYK 0 0.62 0.47 0.14
HSL 345.11º 0.66% 0.59% -
HSV(B) 345.11º 0.62% 0.86% -
XYZ 35.82 22.69 19.32 -
YUV 127.84 121.89 193.74 -
System Red Green Blue C M Y K H S L
Decimal 220 83 117 0 0.62 0.47 0.14 345.11 0.66 0.59
Hex DC 53 75 0 3E 2F E 159 42 3B
Octal 334 123 165 0 76 57 16 531 102 73
Binary 11011100 1010011 1110101 0 111110 101111 1110 101011001 1000010 111011

Color Harmonies of #DC5375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5375

Black with #DC5375

Text Example


Text Example

White with #DC5375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5375; }

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

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

background-color css

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

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

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

border-color css

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

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

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