Html Css Color HEX #DC517E Cranberry

📋 copy color: '#DC517E'

red 220 ◦ green 81 ◦ blue 126

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

Shades of Cranberry #DC517E

Tints of Cranberry #DC517E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.97%

 BLUE value IS 126 (49.61% from 255) = 29.51%

R = 51.52%
G = 18.97%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DC517E (or 0xDC517E) is known color: Cranberry. HEX triplet: DC, 51 and 7E. RGB value is (220,81,126). Sum of RGB (Red+Green+Blue) = 220+81+126=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 81 (32.03% from 255 or 18.97% from 427); Blue value is 126 (49.61% from 255 or 29.51% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DC517E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC517E is #23AE81. Grayscale: #7F7F7F. Windows color (decimal): -2338434 or 8278492. OLE color: 8278492.

HSL color Cylindrical-coordinate representation of color #DC517E: hue angle of 340.58º degrees, saturation: 0.67, 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 #DC517E is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 81 126 -
CMYK 0 0.63 0.43 0.14
HSL 340.58º 0.67% 0.59% -
HSV(B) 340.58º 0.63% 0.86% -
XYZ 36.22 22.61 22.19 -
YUV 127.69 127.05 193.84 -
System Red Green Blue C M Y K H S L
Decimal 220 81 126 0 0.63 0.43 0.14 340.58 0.67 0.59
Hex DC 51 7E 0 3F 2B E 155 43 3B
Octal 334 121 176 0 77 53 16 525 103 73
Binary 11011100 1010001 1111110 0 111111 101011 1110 101010101 1000011 111011

Color Harmonies of #DC517E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC517E

Black with #DC517E

Text Example


Text Example

White with #DC517E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC517E; }

 p { color: rgb(220,81,126); }

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

background-color css

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

 a { background-color: rgb(220,81,126); }

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

border-color css

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

 span { border-color: rgb(220,81,126); }

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