Html Css Color HEX #DC476B Cranberry

📋 copy color: '#DC476B'

red 220 ◦ green 71 ◦ blue 107

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

Shades of Cranberry #DC476B

Tints of Cranberry #DC476B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.88%

R = 55.28%
G = 17.84%
B = 26.88%

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

#DC476B (or 0xDC476B) is known color: Cranberry. HEX triplet: DC, 47 and 6B. RGB value is (220,71,107). Sum of RGB (Red+Green+Blue) = 220+71+107=398 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.28% from 398); Green value is 71 (28.12% from 255 or 17.84% from 398); Blue value is 107 (42.19% from 255 or 26.88% from 398); Max value from RGB is 220 - color contains mainly: red. Hex color #DC476B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC476B is #23B894. Grayscale: #777777. Windows color (decimal): -2341013 or 7030748. OLE color: 7030748.

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

Color convert

RGB 220 71 107 -
CMYK 0 0.68 0.51 0.14
HSL 345.5º 0.68% 0.57% -
HSV(B) 345.5º 0.68% 0.86% -
XYZ 34.42 20.78 16.11 -
YUV 119.66 120.86 199.57 -
System Red Green Blue C M Y K H S L
Decimal 220 71 107 0 0.68 0.51 0.14 345.5 0.68 0.57
Hex DC 47 6B 0 44 33 E 15A 44 39
Octal 334 107 153 0 104 63 16 532 104 71
Binary 11011100 1000111 1101011 0 1000100 110011 1110 101011010 1000100 111001

Color Harmonies of #DC476B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC476B

Black with #DC476B

Text Example


Text Example

White with #DC476B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC476B; }

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

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

background-color css

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

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

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

border-color css

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

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

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