Html Css Color HEX #DC467A Cranberry

📋 copy color: '#DC467A'

red 220 ◦ green 70 ◦ blue 122

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

Shades of Cranberry #DC467A

Tints of Cranberry #DC467A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.99%

 BLUE value IS 122 (48.05% from 255) = 29.61%

R = 53.4%
G = 16.99%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC467A (or 0xDC467A) is known color: Cranberry. HEX triplet: DC, 46 and 7A. RGB value is (220,70,122). Sum of RGB (Red+Green+Blue) = 220+70+122=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 70 (27.73% from 255 or 16.99% from 412); Blue value is 122 (48.05% from 255 or 29.61% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DC467A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC467A is #23B985. Grayscale: #787878. Windows color (decimal): -2341254 or 8013532. OLE color: 8013532.

HSL color Cylindrical-coordinate representation of color #DC467A: hue angle of 339.2º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DC467A is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 70 122 -
CMYK 0 0.68 0.45 0.14
HSL 339.2º 0.68% 0.57% -
HSV(B) 339.2º 0.68% 0.86% -
XYZ 35.22 21 20.61 -
YUV 120.78 128.7 198.77 -
System Red Green Blue C M Y K H S L
Decimal 220 70 122 0 0.68 0.45 0.14 339.2 0.68 0.57
Hex DC 46 7A 0 44 2D E 153 44 39
Octal 334 106 172 0 104 55 16 523 104 71
Binary 11011100 1000110 1111010 0 1000100 101101 1110 101010011 1000100 111001

Color Harmonies of #DC467A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC467A

Black with #DC467A

Text Example


Text Example

White with #DC467A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC467A; }

 p { color: rgb(220,70,122); }

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

background-color css

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

 a { background-color: rgb(220,70,122); }

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

border-color css

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

 span { border-color: rgb(220,70,122); }

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