Html Css Color HEX #DC4279 Cranberry

📋 copy color: '#DC4279'

red 220 ◦ green 66 ◦ blue 121

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

Shades of Cranberry #DC4279

Tints of Cranberry #DC4279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 29.73%

R = 54.05%
G = 16.22%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC4279 (or 0xDC4279) is known color: Cranberry. HEX triplet: DC, 42 and 79. RGB value is (220,66,121). Sum of RGB (Red+Green+Blue) = 220+66+121=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 66 (26.17% from 255 or 16.22% from 407); Blue value is 121 (47.66% from 255 or 29.73% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4279 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4279 is #23BD86. Grayscale: #767676. Windows color (decimal): -2342279 or 7946972. OLE color: 7946972.

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

Color convert

RGB 220 66 121 -
CMYK 0 0.7 0.45 0.14
HSL 338.57º 0.69% 0.56% -
HSV(B) 338.57º 0.7% 0.86% -
XYZ 34.91 20.49 20.2 -
YUV 118.32 129.52 200.53 -
System Red Green Blue C M Y K H S L
Decimal 220 66 121 0 0.7 0.45 0.14 338.57 0.69 0.56
Hex DC 42 79 0 46 2D E 153 45 38
Octal 334 102 171 0 106 55 16 523 105 70
Binary 11011100 1000010 1111001 0 1000110 101101 1110 101010011 1000101 111000

Color Harmonies of #DC4279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4279

Black with #DC4279

Text Example


Text Example

White with #DC4279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4279; }

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

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

background-color css

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

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

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

border-color css

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

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

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