Html Css Color HEX #DC4785 Cranberry

📋 copy color: '#DC4785'

red 220 ◦ green 71 ◦ blue 133

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

Shades of Cranberry #DC4785

Tints of Cranberry #DC4785

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.75%

 BLUE value IS 133 (52.34% from 255) = 31.37%

R = 51.89%
G = 16.75%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DC4785 (or 0xDC4785) is known color: Cranberry. HEX triplet: DC, 47 and 85. RGB value is (220,71,133). Sum of RGB (Red+Green+Blue) = 220+71+133=424 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.89% from 424); Green value is 71 (28.12% from 255 or 16.75% from 424); Blue value is 133 (52.34% from 255 or 31.37% from 424); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4785 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4785 is #23B87A. Grayscale: #7A7A7A. Windows color (decimal): -2340987 or 8734684. OLE color: 8734684.

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

Color convert

RGB 220 71 133 -
CMYK 0 0.68 0.40 0.14
HSL 335.03º 0.68% 0.57% -
HSV(B) 335.03º 0.68% 0.86% -
XYZ 36 21.42 24.43 -
YUV 122.62 133.86 197.46 -
System Red Green Blue C M Y K H S L
Decimal 220 71 133 0 0.68 0.40 0.14 335.03 0.68 0.57
Hex DC 47 85 0 44 28 E 14F 44 39
Octal 334 107 205 0 104 50 16 517 104 71
Binary 11011100 1000111 10000101 0 1000100 101000 1110 101001111 1000100 111001

Color Harmonies of #DC4785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4785

Black with #DC4785

Text Example


Text Example

White with #DC4785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4785; }

 p { color: rgb(220,71,133); }

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

background-color css

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

 a { background-color: rgb(220,71,133); }

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

border-color css

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

 span { border-color: rgb(220,71,133); }

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