Html Css Color HEX #DC457A Cranberry

📋 copy color: '#DC457A'

red 220 ◦ green 69 ◦ blue 122

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

Shades of Cranberry #DC457A

Tints of Cranberry #DC457A

RGB

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

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

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

R = 53.53%
G = 16.79%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC457A (or 0xDC457A) is known color: Cranberry. HEX triplet: DC, 45 and 7A. RGB value is (220,69,122). Sum of RGB (Red+Green+Blue) = 220+69+122=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 69 (27.34% from 255 or 16.79% from 411); Blue value is 122 (48.05% from 255 or 29.68% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DC457A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC457A is #23BA85. Grayscale: #787878. Windows color (decimal): -2341510 or 8013276. OLE color: 8013276.

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

Color convert

RGB 220 69 122 -
CMYK 0 0.69 0.45 0.14
HSL 338.94º 0.68% 0.57% -
HSV(B) 338.94º 0.69% 0.86% -
XYZ 35.16 20.88 20.59 -
YUV 120.19 129.03 199.19 -
System Red Green Blue C M Y K H S L
Decimal 220 69 122 0 0.69 0.45 0.14 338.94 0.68 0.57
Hex DC 45 7A 0 45 2D E 153 44 39
Octal 334 105 172 0 105 55 16 523 104 71
Binary 11011100 1000101 1111010 0 1000101 101101 1110 101010011 1000100 111001

Color Harmonies of #DC457A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC457A

Black with #DC457A

Text Example


Text Example

White with #DC457A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC457A; }

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

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

background-color css

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

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

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

border-color css

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

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

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