Html Css Color HEX #DC567F Cranberry

📋 copy color: '#DC567F'

red 220 ◦ green 86 ◦ blue 127

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

Shades of Cranberry #DC567F

Tints of Cranberry #DC567F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.86%

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

R = 50.81%
G = 19.86%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DC567F (or 0xDC567F) is known color: Cranberry. HEX triplet: DC, 56 and 7F. RGB value is (220,86,127). Sum of RGB (Red+Green+Blue) = 220+86+127=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 86 (33.98% from 255 or 19.86% from 433); Blue value is 127 (50% from 255 or 29.33% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DC567F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC567F is #23A980. Grayscale: #828282. Windows color (decimal): -2337153 or 8345308. OLE color: 8345308.

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

Color convert

RGB 220 86 127 -
CMYK 0 0.61 0.42 0.14
HSL 341.64º 0.66% 0.6% -
HSV(B) 341.64º 0.61% 0.86% -
XYZ 36.67 23.4 22.66 -
YUV 130.74 125.89 191.67 -
System Red Green Blue C M Y K H S L
Decimal 220 86 127 0 0.61 0.42 0.14 341.64 0.66 0.6
Hex DC 56 7F 0 3D 2A E 156 42 3C
Octal 334 126 177 0 75 52 16 526 102 74
Binary 11011100 1010110 1111111 0 111101 101010 1110 101010110 1000010 111100

Color Harmonies of #DC567F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC567F

Black with #DC567F

Text Example


Text Example

White with #DC567F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC567F; }

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

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

background-color css

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

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

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

border-color css

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

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

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