Html Css Color HEX #DC416F Cranberry

📋 copy color: '#DC416F'

red 220 ◦ green 65 ◦ blue 111

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

Shades of Cranberry #DC416F

Tints of Cranberry #DC416F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 28.03%

R = 55.56%
G = 16.41%
B = 28.03%

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

#DC416F (or 0xDC416F) is known color: Cranberry. HEX triplet: DC, 41 and 6F. RGB value is (220,65,111). Sum of RGB (Red+Green+Blue) = 220+65+111=396 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.56% from 396); Green value is 65 (25.78% from 255 or 16.41% from 396); Blue value is 111 (43.75% from 255 or 28.03% from 396); Max value from RGB is 220 - color contains mainly: red. Hex color #DC416F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC416F is #23BE90. Grayscale: #747474. Windows color (decimal): -2342545 or 7291356. OLE color: 7291356.

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

Color convert

RGB 220 65 111 -
CMYK 0 0.70 0.50 0.14
HSL 342.19º 0.69% 0.56% -
HSV(B) 342.19º 0.7% 0.86% -
XYZ 34.27 20.14 17.12 -
YUV 116.59 124.85 201.76 -
System Red Green Blue C M Y K H S L
Decimal 220 65 111 0 0.70 0.50 0.14 342.19 0.69 0.56
Hex DC 41 6F 0 46 32 E 156 45 38
Octal 334 101 157 0 106 62 16 526 105 70
Binary 11011100 1000001 1101111 0 1000110 110010 1110 101010110 1000101 111000

Color Harmonies of #DC416F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC416F

Black with #DC416F

Text Example


Text Example

White with #DC416F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC416F; }

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

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

background-color css

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

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

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

border-color css

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

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

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