Html Css Color HEX #DC437C Cranberry

📋 copy color: '#DC437C'

red 220 ◦ green 67 ◦ blue 124

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

Shades of Cranberry #DC437C

Tints of Cranberry #DC437C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.3%

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

R = 53.53%
G = 16.3%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DC437C (or 0xDC437C) is known color: Cranberry. HEX triplet: DC, 43 and 7C. RGB value is (220,67,124). Sum of RGB (Red+Green+Blue) = 220+67+124=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 67 (26.56% from 255 or 16.30% from 411); Blue value is 124 (48.83% from 255 or 30.17% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DC437C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC437C is #23BC83. Grayscale: #777777. Windows color (decimal): -2342020 or 8143836. OLE color: 8143836.

HSL color Cylindrical-coordinate representation of color #DC437C: hue angle of 337.65º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC437C is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 67 124 -
CMYK 0 0.70 0.44 0.14
HSL 337.65º 0.69% 0.56% -
HSV(B) 337.65º 0.7% 0.86% -
XYZ 35.16 20.69 21.21 -
YUV 119.25 130.69 199.87 -
System Red Green Blue C M Y K H S L
Decimal 220 67 124 0 0.70 0.44 0.14 337.65 0.69 0.56
Hex DC 43 7C 0 46 2C E 152 45 38
Octal 334 103 174 0 106 54 16 522 105 70
Binary 11011100 1000011 1111100 0 1000110 101100 1110 101010010 1000101 111000

Color Harmonies of #DC437C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC437C

Black with #DC437C

Text Example


Text Example

White with #DC437C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC437C; }

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

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

background-color css

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

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

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

border-color css

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

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

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