Html Css Color HEX #DC476A Cranberry

📋 copy color: '#DC476A'

red 220 ◦ green 71 ◦ blue 106

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

Shades of Cranberry #DC476A

Tints of Cranberry #DC476A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.7%

R = 55.42%
G = 17.88%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DC476A (or 0xDC476A) is known color: Cranberry. HEX triplet: DC, 47 and 6A. RGB value is (220,71,106). Sum of RGB (Red+Green+Blue) = 220+71+106=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 71 (28.12% from 255 or 17.88% from 397); Blue value is 106 (41.80% from 255 or 26.70% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DC476A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC476A is #23B895. Grayscale: #777777. Windows color (decimal): -2341014 or 6965212. OLE color: 6965212.

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

Color convert

RGB 220 71 106 -
CMYK 0 0.68 0.52 0.14
HSL 345.91º 0.68% 0.57% -
HSV(B) 345.91º 0.68% 0.86% -
XYZ 34.37 20.76 15.83 -
YUV 119.54 120.36 199.65 -
System Red Green Blue C M Y K H S L
Decimal 220 71 106 0 0.68 0.52 0.14 345.91 0.68 0.57
Hex DC 47 6A 0 44 34 E 15A 44 39
Octal 334 107 152 0 104 64 16 532 104 71
Binary 11011100 1000111 1101010 0 1000100 110100 1110 101011010 1000100 111001

Color Harmonies of #DC476A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC476A

Black with #DC476A

Text Example


Text Example

White with #DC476A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC476A; }

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

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

background-color css

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

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

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

border-color css

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

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

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