Html Css Color HEX #DC4483 Cranberry

📋 copy color: '#DC4483'

red 220 ◦ green 68 ◦ blue 131

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

Shades of Cranberry #DC4483

Tints of Cranberry #DC4483

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.23%

 BLUE value IS 131 (51.56% from 255) = 31.26%

R = 52.51%
G = 16.23%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DC4483 (or 0xDC4483) is known color: Cranberry. HEX triplet: DC, 44 and 83. RGB value is (220,68,131). Sum of RGB (Red+Green+Blue) = 220+68+131=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 68 (26.95% from 255 or 16.23% from 419); Blue value is 131 (51.56% from 255 or 31.26% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4483 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4483 is #23BB7C. Grayscale: #787878. Windows color (decimal): -2341757 or 8602844. OLE color: 8602844.

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

Color convert

RGB 220 68 131 -
CMYK 0 0.69 0.40 0.14
HSL 335.13º 0.68% 0.56% -
HSV(B) 335.13º 0.69% 0.86% -
XYZ 35.68 20.99 23.64 -
YUV 120.63 133.86 198.88 -
System Red Green Blue C M Y K H S L
Decimal 220 68 131 0 0.69 0.40 0.14 335.13 0.68 0.56
Hex DC 44 83 0 45 28 E 14F 44 38
Octal 334 104 203 0 105 50 16 517 104 70
Binary 11011100 1000100 10000011 0 1000101 101000 1110 101001111 1000100 111000

Color Harmonies of #DC4483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4483

Black with #DC4483

Text Example


Text Example

White with #DC4483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4483; }

 p { color: rgb(220,68,131); }

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

background-color css

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

 a { background-color: rgb(220,68,131); }

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

border-color css

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

 span { border-color: rgb(220,68,131); }

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