Html Css Color HEX #DC4C85 Cranberry

📋 copy color: '#DC4C85'

red 220 ◦ green 76 ◦ blue 133

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

Shades of Cranberry #DC4C85

Tints of Cranberry #DC4C85

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.72%

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

R = 51.28%
G = 17.72%
B = 31%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DC4C85 (or 0xDC4C85) is known color: Cranberry. HEX triplet: DC, 4C and 85. RGB value is (220,76,133). Sum of RGB (Red+Green+Blue) = 220+76+133=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 76 (30.08% from 255 or 17.72% from 429); Blue value is 133 (52.34% from 255 or 31.00% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4C85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4C85 is #23B37A. Grayscale: #7D7D7D. Windows color (decimal): -2339707 or 8735964. OLE color: 8735964.

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

Color convert

RGB 220 76 133 -
CMYK 0 0.65 0.40 0.14
HSL 336.25º 0.67% 0.58% -
HSV(B) 336.25º 0.65% 0.86% -
XYZ 36.33 22.08 24.54 -
YUV 125.55 132.21 195.37 -
System Red Green Blue C M Y K H S L
Decimal 220 76 133 0 0.65 0.40 0.14 336.25 0.67 0.58
Hex DC 4C 85 0 41 28 E 150 43 3A
Octal 334 114 205 0 101 50 16 520 103 72
Binary 11011100 1001100 10000101 0 1000001 101000 1110 101010000 1000011 111010

Color Harmonies of #DC4C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4C85

Black with #DC4C85

Text Example


Text Example

White with #DC4C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4C85; }

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

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

background-color css

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

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

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

border-color css

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

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

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