Html Css Color HEX #DC4481 Cranberry

📋 copy color: '#DC4481'

red 220 ◦ green 68 ◦ blue 129

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

Shades of Cranberry #DC4481

Tints of Cranberry #DC4481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 30.94%

R = 52.76%
G = 16.31%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DC4481 (or 0xDC4481) is known color: Cranberry. HEX triplet: DC, 44 and 81. RGB value is (220,68,129). Sum of RGB (Red+Green+Blue) = 220+68+129=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 68 (26.95% from 255 or 16.31% from 417); Blue value is 129 (50.78% from 255 or 30.94% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4481 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4481 is #23BB7E. Grayscale: #787878. Windows color (decimal): -2341759 or 8471772. OLE color: 8471772.

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

Color convert

RGB 220 68 129 -
CMYK 0 0.69 0.41 0.14
HSL 335.92º 0.68% 0.56% -
HSV(B) 335.92º 0.69% 0.86% -
XYZ 35.54 20.93 22.94 -
YUV 120.4 132.86 199.04 -
System Red Green Blue C M Y K H S L
Decimal 220 68 129 0 0.69 0.41 0.14 335.92 0.68 0.56
Hex DC 44 81 0 45 29 E 150 44 38
Octal 334 104 201 0 105 51 16 520 104 70
Binary 11011100 1000100 10000001 0 1000101 101001 1110 101010000 1000100 111000

Color Harmonies of #DC4481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4481

Black with #DC4481

Text Example


Text Example

White with #DC4481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4481; }

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

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

background-color css

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

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

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

border-color css

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

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

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