Html Css Color HEX #DC476C Cranberry

📋 copy color: '#DC476C'

red 220 ◦ green 71 ◦ blue 108

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

Shades of Cranberry #DC476C

Tints of Cranberry #DC476C

RGB

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

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

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

R = 55.14%
G = 17.79%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DC476C (or 0xDC476C) is known color: Cranberry. HEX triplet: DC, 47 and 6C. RGB value is (220,71,108). Sum of RGB (Red+Green+Blue) = 220+71+108=399 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.14% from 399); Green value is 71 (28.12% from 255 or 17.79% from 399); Blue value is 108 (42.58% from 255 or 27.07% from 399); Max value from RGB is 220 - color contains mainly: red. Hex color #DC476C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC476C is #23B893. Grayscale: #777777. Windows color (decimal): -2341012 or 7096284. OLE color: 7096284.

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

Color convert

RGB 220 71 108 -
CMYK 0 0.68 0.51 0.14
HSL 345.1º 0.68% 0.57% -
HSV(B) 345.1º 0.68% 0.86% -
XYZ 34.48 20.8 16.39 -
YUV 119.77 121.36 199.49 -
System Red Green Blue C M Y K H S L
Decimal 220 71 108 0 0.68 0.51 0.14 345.1 0.68 0.57
Hex DC 47 6C 0 44 33 E 159 44 39
Octal 334 107 154 0 104 63 16 531 104 71
Binary 11011100 1000111 1101100 0 1000100 110011 1110 101011001 1000100 111001

Color Harmonies of #DC476C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC476C

Black with #DC476C

Text Example


Text Example

White with #DC476C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC476C; }

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

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

background-color css

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

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

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

border-color css

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

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

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