Html Css Color HEX #DC4581 Cranberry

📋 copy color: '#DC4581'

red 220 ◦ green 69 ◦ blue 129

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

Shades of Cranberry #DC4581

Tints of Cranberry #DC4581

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.51%

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

R = 52.63%
G = 16.51%
B = 30.86%

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

#DC4581 (or 0xDC4581) is known color: Cranberry. HEX triplet: DC, 45 and 81. RGB value is (220,69,129). Sum of RGB (Red+Green+Blue) = 220+69+129=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 69 (27.34% from 255 or 16.51% from 418); Blue value is 129 (50.78% from 255 or 30.86% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4581 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4581 is #23BA7E. Grayscale: #787878. Windows color (decimal): -2341503 or 8472028. OLE color: 8472028.

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

Color convert

RGB 220 69 129 -
CMYK 0 0.69 0.41 0.14
HSL 336.16º 0.68% 0.57% -
HSV(B) 336.16º 0.69% 0.86% -
XYZ 35.61 21.06 22.96 -
YUV 120.99 132.53 198.62 -
System Red Green Blue C M Y K H S L
Decimal 220 69 129 0 0.69 0.41 0.14 336.16 0.68 0.57
Hex DC 45 81 0 45 29 E 150 44 39
Octal 334 105 201 0 105 51 16 520 104 71
Binary 11011100 1000101 10000001 0 1000101 101001 1110 101010000 1000100 111001

Color Harmonies of #DC4581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4581

Black with #DC4581

Text Example


Text Example

White with #DC4581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4581; }

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

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

background-color css

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

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

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

border-color css

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

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

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