Html Css Color HEX #DC416E Cranberry

📋 copy color: '#DC416E'

red 220 ◦ green 65 ◦ blue 110

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

Shades of Cranberry #DC416E

Tints of Cranberry #DC416E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 27.85%

R = 55.7%
G = 16.46%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DC416E (or 0xDC416E) is known color: Cranberry. HEX triplet: DC, 41 and 6E. RGB value is (220,65,110). Sum of RGB (Red+Green+Blue) = 220+65+110=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 65 (25.78% from 255 or 16.46% from 395); Blue value is 110 (43.36% from 255 or 27.85% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC416E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC416E is #23BE91. Grayscale: #747474. Windows color (decimal): -2342546 or 7225820. OLE color: 7225820.

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

Color convert

RGB 220 65 110 -
CMYK 0 0.70 0.50 0.14
HSL 342.58º 0.69% 0.56% -
HSV(B) 342.58º 0.7% 0.86% -
XYZ 34.22 20.12 16.83 -
YUV 116.48 124.35 201.84 -
System Red Green Blue C M Y K H S L
Decimal 220 65 110 0 0.70 0.50 0.14 342.58 0.69 0.56
Hex DC 41 6E 0 46 32 E 157 45 38
Octal 334 101 156 0 106 62 16 527 105 70
Binary 11011100 1000001 1101110 0 1000110 110010 1110 101010111 1000101 111000

Color Harmonies of #DC416E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC416E

Black with #DC416E

Text Example


Text Example

White with #DC416E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC416E; }

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

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

background-color css

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

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

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

border-color css

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

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

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