Html Css Color HEX #DC4781 Cranberry

📋 copy color: '#DC4781'

red 220 ◦ green 71 ◦ blue 129

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

Shades of Cranberry #DC4781

Tints of Cranberry #DC4781

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.9%

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

R = 52.38%
G = 16.9%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DC4781 (or 0xDC4781) is known color: Cranberry. HEX triplet: DC, 47 and 81. RGB value is (220,71,129). Sum of RGB (Red+Green+Blue) = 220+71+129=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 71 (28.12% from 255 or 16.90% from 420); Blue value is 129 (50.78% from 255 or 30.71% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4781 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4781 is #23B87E. Grayscale: #7A7A7A. Windows color (decimal): -2340991 or 8472540. OLE color: 8472540.

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

Color convert

RGB 220 71 129 -
CMYK 0 0.68 0.41 0.14
HSL 336.64º 0.68% 0.57% -
HSV(B) 336.64º 0.68% 0.86% -
XYZ 35.73 21.31 23 -
YUV 122.16 131.86 197.78 -
System Red Green Blue C M Y K H S L
Decimal 220 71 129 0 0.68 0.41 0.14 336.64 0.68 0.57
Hex DC 47 81 0 44 29 E 151 44 39
Octal 334 107 201 0 104 51 16 521 104 71
Binary 11011100 1000111 10000001 0 1000100 101001 1110 101010001 1000100 111001

Color Harmonies of #DC4781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4781

Black with #DC4781

Text Example


Text Example

White with #DC4781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4781; }

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

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

background-color css

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

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

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

border-color css

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

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

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