Html Css Color HEX #DC4E6D Cranberry

📋 copy color: '#DC4E6D'

red 220 ◦ green 78 ◦ blue 109

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

Shades of Cranberry #DC4E6D

Tints of Cranberry #DC4E6D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.16%

 BLUE value IS 109 (42.97% from 255) = 26.78%

R = 54.05%
G = 19.16%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DC4E6D (or 0xDC4E6D) is known color: Cranberry. HEX triplet: DC, 4E and 6D. RGB value is (220,78,109). Sum of RGB (Red+Green+Blue) = 220+78+109=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 78 (30.86% from 255 or 19.16% from 407); Blue value is 109 (42.97% from 255 or 26.78% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC4E6D is #23B192. Grayscale: #7C7C7C. Windows color (decimal): -2339219 or 7163612. OLE color: 7163612.

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

Color convert

RGB 220 78 109 -
CMYK 0 0.65 0.50 0.14
HSL 346.9º 0.67% 0.58% -
HSV(B) 346.9º 0.65% 0.86% -
XYZ 35 21.77 16.83 -
YUV 123.99 119.54 196.48 -
System Red Green Blue C M Y K H S L
Decimal 220 78 109 0 0.65 0.50 0.14 346.9 0.67 0.58
Hex DC 4E 6D 0 41 32 E 15B 43 3A
Octal 334 116 155 0 101 62 16 533 103 72
Binary 11011100 1001110 1101101 0 1000001 110010 1110 101011011 1000011 111010

Color Harmonies of #DC4E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4E6D

Black with #DC4E6D

Text Example


Text Example

White with #DC4E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4E6D; }

 p { color: rgb(220,78,109); }

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

background-color css

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

 a { background-color: rgb(220,78,109); }

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

border-color css

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

 span { border-color: rgb(220,78,109); }

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