Html Css Color HEX #DC5274 Cranberry

📋 copy color: '#DC5274'

red 220 ◦ green 82 ◦ blue 116

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

Shades of Cranberry #DC5274

Tints of Cranberry #DC5274

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.62%

 BLUE value IS 116 (45.7% from 255) = 27.75%

R = 52.63%
G = 19.62%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DC5274 (or 0xDC5274) is known color: Cranberry. HEX triplet: DC, 52 and 74. RGB value is (220,82,116). Sum of RGB (Red+Green+Blue) = 220+82+116=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 82 (32.42% from 255 or 19.62% from 418); Blue value is 116 (45.70% from 255 or 27.75% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5274 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5274 is #23AD8B. Grayscale: #7F7F7F. Windows color (decimal): -2338188 or 7623388. OLE color: 7623388.

HSL color Cylindrical-coordinate representation of color #DC5274: hue angle of 345.22º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC5274 is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 82 116 -
CMYK 0 0.63 0.47 0.14
HSL 345.22º 0.66% 0.59% -
HSV(B) 345.22º 0.63% 0.86% -
XYZ 35.68 22.51 18.99 -
YUV 127.14 121.72 194.24 -
System Red Green Blue C M Y K H S L
Decimal 220 82 116 0 0.63 0.47 0.14 345.22 0.66 0.59
Hex DC 52 74 0 3F 2F E 159 42 3B
Octal 334 122 164 0 77 57 16 531 102 73
Binary 11011100 1010010 1110100 0 111111 101111 1110 101011001 1000010 111011

Color Harmonies of #DC5274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5274

Black with #DC5274

Text Example


Text Example

White with #DC5274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5274; }

 p { color: rgb(220,82,116); }

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

background-color css

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

 a { background-color: rgb(220,82,116); }

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

border-color css

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

 span { border-color: rgb(220,82,116); }

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