Html Css Color HEX #DC456B Cranberry

📋 copy color: '#DC456B'

red 220 ◦ green 69 ◦ blue 107

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

Shades of Cranberry #DC456B

Tints of Cranberry #DC456B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 27.02%

R = 55.56%
G = 17.42%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DC456B (or 0xDC456B) is known color: Cranberry. HEX triplet: DC, 45 and 6B. RGB value is (220,69,107). Sum of RGB (Red+Green+Blue) = 220+69+107=396 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.56% from 396); Green value is 69 (27.34% from 255 or 17.42% from 396); Blue value is 107 (42.19% from 255 or 27.02% from 396); Max value from RGB is 220 - color contains mainly: red. Hex color #DC456B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC456B is #23BA94. Grayscale: #767676. Windows color (decimal): -2341525 or 7030236. OLE color: 7030236.

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

Color convert

RGB 220 69 107 -
CMYK 0 0.69 0.51 0.14
HSL 344.9º 0.68% 0.57% -
HSV(B) 344.9º 0.69% 0.86% -
XYZ 34.3 20.53 16.07 -
YUV 118.48 121.53 200.41 -
System Red Green Blue C M Y K H S L
Decimal 220 69 107 0 0.69 0.51 0.14 344.9 0.68 0.57
Hex DC 45 6B 0 45 33 E 159 44 39
Octal 334 105 153 0 105 63 16 531 104 71
Binary 11011100 1000101 1101011 0 1000101 110011 1110 101011001 1000100 111001

Color Harmonies of #DC456B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC456B

Black with #DC456B

Text Example


Text Example

White with #DC456B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC456B; }

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

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

background-color css

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

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

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

border-color css

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

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

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