Html Css Color HEX #DC4D6C Cranberry

📋 copy color: '#DC4D6C'

red 220 ◦ green 77 ◦ blue 108

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

Shades of Cranberry #DC4D6C

Tints of Cranberry #DC4D6C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.01%

 BLUE value IS 108 (42.58% from 255) = 26.67%

R = 54.32%
G = 19.01%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DC4D6C (or 0xDC4D6C) is known color: Cranberry. HEX triplet: DC, 4D and 6C. RGB value is (220,77,108). Sum of RGB (Red+Green+Blue) = 220+77+108=405 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.32% from 405); Green value is 77 (30.47% from 255 or 19.01% from 405); Blue value is 108 (42.58% from 255 or 26.67% from 405); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4D6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC4D6C is #23B293. Grayscale: #7B7B7B. Windows color (decimal): -2339476 or 7097820. OLE color: 7097820.

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

Color convert

RGB 220 77 108 -
CMYK 0 0.65 0.51 0.14
HSL 346.99º 0.67% 0.58% -
HSV(B) 346.99º 0.65% 0.86% -
XYZ 34.88 21.61 16.52 -
YUV 123.29 119.38 196.98 -
System Red Green Blue C M Y K H S L
Decimal 220 77 108 0 0.65 0.51 0.14 346.99 0.67 0.58
Hex DC 4D 6C 0 41 33 E 15B 43 3A
Octal 334 115 154 0 101 63 16 533 103 72
Binary 11011100 1001101 1101100 0 1000001 110011 1110 101011011 1000011 111010

Color Harmonies of #DC4D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4D6C

Black with #DC4D6C

Text Example


Text Example

White with #DC4D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4D6C; }

 p { color: rgb(220,77,108); }

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

background-color css

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

 a { background-color: rgb(220,77,108); }

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

border-color css

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

 span { border-color: rgb(220,77,108); }

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