Html Css Color HEX #DC507E Cranberry

📋 copy color: '#DC507E'

red 220 ◦ green 80 ◦ blue 126

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

Shades of Cranberry #DC507E

Tints of Cranberry #DC507E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.78%

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

R = 51.64%
G = 18.78%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DC507E (or 0xDC507E) is known color: Cranberry. HEX triplet: DC, 50 and 7E. RGB value is (220,80,126). Sum of RGB (Red+Green+Blue) = 220+80+126=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 80 (31.64% from 255 or 18.78% from 426); Blue value is 126 (49.61% from 255 or 29.58% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DC507E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC507E is #23AF81. Grayscale: #7F7F7F. Windows color (decimal): -2338690 or 8278236. OLE color: 8278236.

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

Color convert

RGB 220 80 126 -
CMYK 0 0.64 0.43 0.14
HSL 340.29º 0.67% 0.59% -
HSV(B) 340.29º 0.64% 0.86% -
XYZ 36.15 22.46 22.17 -
YUV 127.1 127.38 194.26 -
System Red Green Blue C M Y K H S L
Decimal 220 80 126 0 0.64 0.43 0.14 340.29 0.67 0.59
Hex DC 50 7E 0 40 2B E 154 43 3B
Octal 334 120 176 0 100 53 16 524 103 73
Binary 11011100 1010000 1111110 0 1000000 101011 1110 101010100 1000011 111011

Color Harmonies of #DC507E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC507E

Black with #DC507E

Text Example


Text Example

White with #DC507E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC507E; }

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

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

background-color css

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

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

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

border-color css

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

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

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