Html Css Color HEX #DC4281 Cranberry

📋 copy color: '#DC4281'

red 220 ◦ green 66 ◦ blue 129

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

Shades of Cranberry #DC4281

Tints of Cranberry #DC4281

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.9%

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

R = 53.01%
G = 15.9%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DC4281 (or 0xDC4281) is known color: Cranberry. HEX triplet: DC, 42 and 81. RGB value is (220,66,129). Sum of RGB (Red+Green+Blue) = 220+66+129=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 66 (26.17% from 255 or 15.90% from 415); Blue value is 129 (50.78% from 255 or 31.08% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4281 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4281 is #23BD7E. Grayscale: #777777. Windows color (decimal): -2342271 or 8471260. OLE color: 8471260.

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

Color convert

RGB 220 66 129 -
CMYK 0 0.7 0.41 0.14
HSL 335.45º 0.69% 0.56% -
HSV(B) 335.45º 0.7% 0.86% -
XYZ 35.43 20.7 22.9 -
YUV 119.23 133.52 199.88 -
System Red Green Blue C M Y K H S L
Decimal 220 66 129 0 0.7 0.41 0.14 335.45 0.69 0.56
Hex DC 42 81 0 46 29 E 14F 45 38
Octal 334 102 201 0 106 51 16 517 105 70
Binary 11011100 1000010 10000001 0 1000110 101001 1110 101001111 1000101 111000

Color Harmonies of #DC4281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4281

Black with #DC4281

Text Example


Text Example

White with #DC4281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4281; }

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

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

background-color css

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

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

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

border-color css

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

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

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