Html Css Color HEX #DC456A Cranberry

📋 copy color: '#DC456A'

red 220 ◦ green 69 ◦ blue 106

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

Shades of Cranberry #DC456A

Tints of Cranberry #DC456A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.47%

 BLUE value IS 106 (41.8% from 255) = 26.84%

R = 55.7%
G = 17.47%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DC456A (or 0xDC456A) is known color: Cranberry. HEX triplet: DC, 45 and 6A. RGB value is (220,69,106). Sum of RGB (Red+Green+Blue) = 220+69+106=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 69 (27.34% from 255 or 17.47% from 395); Blue value is 106 (41.80% from 255 or 26.84% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC456A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC456A is #23BA95. Grayscale: #767676. Windows color (decimal): -2341526 or 6964700. OLE color: 6964700.

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

Color convert

RGB 220 69 106 -
CMYK 0 0.69 0.52 0.14
HSL 345.3º 0.68% 0.57% -
HSV(B) 345.3º 0.69% 0.86% -
XYZ 34.24 20.51 15.79 -
YUV 118.37 121.03 200.49 -
System Red Green Blue C M Y K H S L
Decimal 220 69 106 0 0.69 0.52 0.14 345.3 0.68 0.57
Hex DC 45 6A 0 45 34 E 159 44 39
Octal 334 105 152 0 105 64 16 531 104 71
Binary 11011100 1000101 1101010 0 1000101 110100 1110 101011001 1000100 111001

Color Harmonies of #DC456A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC456A

Black with #DC456A

Text Example


Text Example

White with #DC456A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC456A; }

 p { color: rgb(220,69,106); }

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

background-color css

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

 a { background-color: rgb(220,69,106); }

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

border-color css

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

 span { border-color: rgb(220,69,106); }

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