Html Css Color HEX #DC567C Cranberry

📋 copy color: '#DC567C'

red 220 ◦ green 86 ◦ blue 124

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

Shades of Cranberry #DC567C

Tints of Cranberry #DC567C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 28.84%

R = 51.16%
G = 20%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DC567C (or 0xDC567C) is known color: Cranberry. HEX triplet: DC, 56 and 7C. RGB value is (220,86,124). Sum of RGB (Red+Green+Blue) = 220+86+124=430 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.16% from 430); Green value is 86 (33.98% from 255 or 20% from 430); Blue value is 124 (48.83% from 255 or 28.84% from 430); Max value from RGB is 220 - color contains mainly: red. Hex color #DC567C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC567C is #23A983. Grayscale: #828282. Windows color (decimal): -2337156 or 8148700. OLE color: 8148700.

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

Color convert

RGB 220 86 124 -
CMYK 0 0.61 0.44 0.14
HSL 342.99º 0.66% 0.6% -
HSV(B) 342.99º 0.61% 0.86% -
XYZ 36.48 23.33 21.65 -
YUV 130.4 124.39 191.91 -
System Red Green Blue C M Y K H S L
Decimal 220 86 124 0 0.61 0.44 0.14 342.99 0.66 0.6
Hex DC 56 7C 0 3D 2C E 157 42 3C
Octal 334 126 174 0 75 54 16 527 102 74
Binary 11011100 1010110 1111100 0 111101 101100 1110 101010111 1000010 111100

Color Harmonies of #DC567C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC567C

Black with #DC567C

Text Example


Text Example

White with #DC567C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC567C; }

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

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

background-color css

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

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

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

border-color css

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

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

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