Html Css Color HEX #DC4989 Cranberry

📋 copy color: '#DC4989'

red 220 ◦ green 73 ◦ blue 137

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

Shades of Cranberry #DC4989

Tints of Cranberry #DC4989

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.98%

 BLUE value IS 137 (53.91% from 255) = 31.86%

R = 51.16%
G = 16.98%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DC4989 (or 0xDC4989) is known color: Cranberry. HEX triplet: DC, 49 and 89. RGB value is (220,73,137). Sum of RGB (Red+Green+Blue) = 220+73+137=430 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.16% from 430); Green value is 73 (28.91% from 255 or 16.98% from 430); Blue value is 137 (53.91% from 255 or 31.86% from 430); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4989 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4989 is #23B676. Grayscale: #7C7C7C. Windows color (decimal): -2340471 or 8997340. OLE color: 8997340.

HSL color Cylindrical-coordinate representation of color #DC4989: hue angle of 333.88º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DC4989 is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 73 137 -
CMYK 0 0.67 0.38 0.14
HSL 333.88º 0.68% 0.57% -
HSV(B) 333.88º 0.67% 0.86% -
XYZ 36.41 21.79 25.95 -
YUV 124.25 135.2 196.3 -
System Red Green Blue C M Y K H S L
Decimal 220 73 137 0 0.67 0.38 0.14 333.88 0.68 0.57
Hex DC 49 89 0 43 26 E 14E 44 39
Octal 334 111 211 0 103 46 16 516 104 71
Binary 11011100 1001001 10001001 0 1000011 100110 1110 101001110 1000100 111001

Color Harmonies of #DC4989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4989

Black with #DC4989

Text Example


Text Example

White with #DC4989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4989; }

 p { color: rgb(220,73,137); }

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

background-color css

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

 a { background-color: rgb(220,73,137); }

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

border-color css

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

 span { border-color: rgb(220,73,137); }

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