Html Css Color HEX #DC4174 Cranberry

📋 copy color: '#DC4174'

red 220 ◦ green 65 ◦ blue 116

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

Shades of Cranberry #DC4174

Tints of Cranberry #DC4174

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.21%

 BLUE value IS 116 (45.7% from 255) = 28.93%

R = 54.86%
G = 16.21%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DC4174 (or 0xDC4174) is known color: Cranberry. HEX triplet: DC, 41 and 74. RGB value is (220,65,116). Sum of RGB (Red+Green+Blue) = 220+65+116=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 65 (25.78% from 255 or 16.21% from 401); Blue value is 116 (45.70% from 255 or 28.93% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4174 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4174 is #23BE8B. Grayscale: #757575. Windows color (decimal): -2342540 or 7619036. OLE color: 7619036.

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

Color convert

RGB 220 65 116 -
CMYK 0 0.70 0.47 0.14
HSL 340.26º 0.69% 0.56% -
HSV(B) 340.26º 0.7% 0.86% -
XYZ 34.56 20.26 18.61 -
YUV 117.16 127.35 201.35 -
System Red Green Blue C M Y K H S L
Decimal 220 65 116 0 0.70 0.47 0.14 340.26 0.69 0.56
Hex DC 41 74 0 46 2F E 154 45 38
Octal 334 101 164 0 106 57 16 524 105 70
Binary 11011100 1000001 1110100 0 1000110 101111 1110 101010100 1000101 111000

Color Harmonies of #DC4174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4174

Black with #DC4174

Text Example


Text Example

White with #DC4174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4174; }

 p { color: rgb(220,65,116); }

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

background-color css

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

 a { background-color: rgb(220,65,116); }

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

border-color css

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

 span { border-color: rgb(220,65,116); }

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