Html Css Color HEX #DC488A Cranberry

📋 copy color: '#DC488A'

red 220 ◦ green 72 ◦ blue 138

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

Shades of Cranberry #DC488A

Tints of Cranberry #DC488A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.74%

 BLUE value IS 138 (54.3% from 255) = 32.09%

R = 51.16%
G = 16.74%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DC488A (or 0xDC488A) is known color: Cranberry. HEX triplet: DC, 48 and 8A. RGB value is (220,72,138). Sum of RGB (Red+Green+Blue) = 220+72+138=430 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.16% from 430); Green value is 72 (28.52% from 255 or 16.74% from 430); Blue value is 138 (54.30% from 255 or 32.09% from 430); Max value from RGB is 220 - color contains mainly: red. Hex color #DC488A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC488A is #23B775. Grayscale: #7B7B7B. Windows color (decimal): -2340726 or 9062620. OLE color: 9062620.

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

Color convert

RGB 220 72 138 -
CMYK 0 0.67 0.37 0.14
HSL 333.24º 0.68% 0.57% -
HSV(B) 333.24º 0.67% 0.86% -
XYZ 36.42 21.69 26.31 -
YUV 123.78 136.03 196.63 -
System Red Green Blue C M Y K H S L
Decimal 220 72 138 0 0.67 0.37 0.14 333.24 0.68 0.57
Hex DC 48 8A 0 43 25 E 14D 44 39
Octal 334 110 212 0 103 45 16 515 104 71
Binary 11011100 1001000 10001010 0 1000011 100101 1110 101001101 1000100 111001

Color Harmonies of #DC488A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC488A

Black with #DC488A

Text Example


Text Example

White with #DC488A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC488A; }

 p { color: rgb(220,72,138); }

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

background-color css

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

 a { background-color: rgb(220,72,138); }

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

border-color css

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

 span { border-color: rgb(220,72,138); }

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