Html Css Color HEX #DC457D Cranberry

📋 copy color: '#DC457D'

red 220 ◦ green 69 ◦ blue 125

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

Shades of Cranberry #DC457D

Tints of Cranberry #DC457D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.19%

R = 53.14%
G = 16.67%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DC457D (or 0xDC457D) is known color: Cranberry. HEX triplet: DC, 45 and 7D. RGB value is (220,69,125). Sum of RGB (Red+Green+Blue) = 220+69+125=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 69 (27.34% from 255 or 16.67% from 414); Blue value is 125 (49.22% from 255 or 30.19% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DC457D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC457D is #23BA82. Grayscale: #787878. Windows color (decimal): -2341507 or 8209884. OLE color: 8209884.

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

Color convert

RGB 220 69 125 -
CMYK 0 0.69 0.43 0.14
HSL 337.75º 0.68% 0.57% -
HSV(B) 337.75º 0.69% 0.86% -
XYZ 35.34 20.95 21.58 -
YUV 120.53 130.53 198.95 -
System Red Green Blue C M Y K H S L
Decimal 220 69 125 0 0.69 0.43 0.14 337.75 0.68 0.57
Hex DC 45 7D 0 45 2B E 152 44 39
Octal 334 105 175 0 105 53 16 522 104 71
Binary 11011100 1000101 1111101 0 1000101 101011 1110 101010010 1000100 111001

Color Harmonies of #DC457D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC457D

Black with #DC457D

Text Example


Text Example

White with #DC457D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC457D; }

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

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

background-color css

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

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

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

border-color css

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

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

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