Html Css Color HEX #DC4484 Cranberry

📋 copy color: '#DC4484'

red 220 ◦ green 68 ◦ blue 132

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

Shades of Cranberry #DC4484

Tints of Cranberry #DC4484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 31.43%

R = 52.38%
G = 16.19%
B = 31.43%

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

#DC4484 (or 0xDC4484) is known color: Cranberry. HEX triplet: DC, 44 and 84. RGB value is (220,68,132). Sum of RGB (Red+Green+Blue) = 220+68+132=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 68 (26.95% from 255 or 16.19% from 420); Blue value is 132 (51.95% from 255 or 31.43% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4484 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4484 is #23BB7B. Grayscale: #787878. Windows color (decimal): -2341756 or 8668380. OLE color: 8668380.

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

Color convert

RGB 220 68 132 -
CMYK 0 0.69 0.40 0.14
HSL 334.74º 0.68% 0.56% -
HSV(B) 334.74º 0.69% 0.86% -
XYZ 35.75 21.02 24 -
YUV 120.74 134.36 198.8 -
System Red Green Blue C M Y K H S L
Decimal 220 68 132 0 0.69 0.40 0.14 334.74 0.68 0.56
Hex DC 44 84 0 45 28 E 14F 44 38
Octal 334 104 204 0 105 50 16 517 104 70
Binary 11011100 1000100 10000100 0 1000101 101000 1110 101001111 1000100 111000

Color Harmonies of #DC4484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4484

Black with #DC4484

Text Example


Text Example

White with #DC4484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4484; }

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

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

background-color css

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

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

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

border-color css

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

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

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