Html Css Color HEX #DC457F Cranberry

📋 copy color: '#DC457F'

red 220 ◦ green 69 ◦ blue 127

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

Shades of Cranberry #DC457F

Tints of Cranberry #DC457F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.53%

R = 52.88%
G = 16.59%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DC457F (or 0xDC457F) is known color: Cranberry. HEX triplet: DC, 45 and 7F. RGB value is (220,69,127). Sum of RGB (Red+Green+Blue) = 220+69+127=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 69 (27.34% from 255 or 16.59% from 416); Blue value is 127 (50% from 255 or 30.53% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DC457F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC457F is #23BA80. Grayscale: #787878. Windows color (decimal): -2341505 or 8340956. OLE color: 8340956.

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

Color convert

RGB 220 69 127 -
CMYK 0 0.69 0.42 0.14
HSL 336.95º 0.68% 0.57% -
HSV(B) 336.95º 0.69% 0.86% -
XYZ 35.47 21 22.26 -
YUV 120.76 131.53 198.78 -
System Red Green Blue C M Y K H S L
Decimal 220 69 127 0 0.69 0.42 0.14 336.95 0.68 0.57
Hex DC 45 7F 0 45 2A E 151 44 39
Octal 334 105 177 0 105 52 16 521 104 71
Binary 11011100 1000101 1111111 0 1000101 101010 1110 101010001 1000100 111001

Color Harmonies of #DC457F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC457F

Black with #DC457F

Text Example


Text Example

White with #DC457F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC457F; }

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

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

background-color css

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

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

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

border-color css

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

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

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