Html Css Color HEX #DC507F Cranberry

📋 copy color: '#DC507F'

red 220 ◦ green 80 ◦ blue 127

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

Shades of Cranberry #DC507F

Tints of Cranberry #DC507F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.74%

R = 51.52%
G = 18.74%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DC507F (or 0xDC507F) is known color: Cranberry. HEX triplet: DC, 50 and 7F. RGB value is (220,80,127). Sum of RGB (Red+Green+Blue) = 220+80+127=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 80 (31.64% from 255 or 18.74% from 427); Blue value is 127 (50% from 255 or 29.74% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DC507F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC507F is #23AF80. Grayscale: #7F7F7F. Windows color (decimal): -2338689 or 8343772. OLE color: 8343772.

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

Color convert

RGB 220 80 127 -
CMYK 0 0.64 0.42 0.14
HSL 339.86º 0.67% 0.59% -
HSV(B) 339.86º 0.64% 0.86% -
XYZ 36.21 22.49 22.51 -
YUV 127.22 127.88 194.18 -
System Red Green Blue C M Y K H S L
Decimal 220 80 127 0 0.64 0.42 0.14 339.86 0.67 0.59
Hex DC 50 7F 0 40 2A E 154 43 3B
Octal 334 120 177 0 100 52 16 524 103 73
Binary 11011100 1010000 1111111 0 1000000 101010 1110 101010100 1000011 111011

Color Harmonies of #DC507F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC507F

Black with #DC507F

Text Example


Text Example

White with #DC507F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC507F; }

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

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

background-color css

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

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

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

border-color css

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

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

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