Html Css Color HEX #DC4280 Cranberry

📋 copy color: '#DC4280'

red 220 ◦ green 66 ◦ blue 128

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

Shades of Cranberry #DC4280

Tints of Cranberry #DC4280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 30.92%

R = 53.14%
G = 15.94%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DC4280 (or 0xDC4280) is known color: Cranberry. HEX triplet: DC, 42 and 80. RGB value is (220,66,128). Sum of RGB (Red+Green+Blue) = 220+66+128=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 66 (26.17% from 255 or 15.94% from 414); Blue value is 128 (50.39% from 255 or 30.92% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4280 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4280 is #23BD7F. Grayscale: #777777. Windows color (decimal): -2342272 or 8405724. OLE color: 8405724.

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

Color convert

RGB 220 66 128 -
CMYK 0 0.7 0.42 0.14
HSL 335.84º 0.69% 0.56% -
HSV(B) 335.84º 0.7% 0.86% -
XYZ 35.36 20.67 22.55 -
YUV 119.11 133.02 199.96 -
System Red Green Blue C M Y K H S L
Decimal 220 66 128 0 0.7 0.42 0.14 335.84 0.69 0.56
Hex DC 42 80 0 46 2A E 150 45 38
Octal 334 102 200 0 106 52 16 520 105 70
Binary 11011100 1000010 10000000 0 1000110 101010 1110 101010000 1000101 111000

Color Harmonies of #DC4280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4280

Black with #DC4280

Text Example


Text Example

White with #DC4280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4280; }

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

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

background-color css

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

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

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

border-color css

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

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

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