Html Css Color HEX #DC437F Cranberry

📋 copy color: '#DC437F'

red 220 ◦ green 67 ◦ blue 127

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

Shades of Cranberry #DC437F

Tints of Cranberry #DC437F

RGB

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

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

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

R = 53.14%
G = 16.18%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DC437F (or 0xDC437F) is known color: Cranberry. HEX triplet: DC, 43 and 7F. RGB value is (220,67,127). Sum of RGB (Red+Green+Blue) = 220+67+127=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 67 (26.56% from 255 or 16.18% from 414); Blue value is 127 (50% from 255 or 30.68% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DC437F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC437F is #23BC80. Grayscale: #777777. Windows color (decimal): -2342017 or 8340444. OLE color: 8340444.

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

Color convert

RGB 220 67 127 -
CMYK 0 0.70 0.42 0.14
HSL 336.47º 0.69% 0.56% -
HSV(B) 336.47º 0.7% 0.86% -
XYZ 35.35 20.76 22.22 -
YUV 119.59 132.19 199.62 -
System Red Green Blue C M Y K H S L
Decimal 220 67 127 0 0.70 0.42 0.14 336.47 0.69 0.56
Hex DC 43 7F 0 46 2A E 150 45 38
Octal 334 103 177 0 106 52 16 520 105 70
Binary 11011100 1000011 1111111 0 1000110 101010 1110 101010000 1000101 111000

Color Harmonies of #DC437F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC437F

Black with #DC437F

Text Example


Text Example

White with #DC437F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC437F; }

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

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

background-color css

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

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

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

border-color css

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

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

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