Html Css Color HEX #DC5A7E Cranberry

📋 copy color: '#DC5A7E'

red 220 ◦ green 90 ◦ blue 126

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

Shades of Cranberry #DC5A7E

Tints of Cranberry #DC5A7E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.64%

 BLUE value IS 126 (49.61% from 255) = 28.9%

R = 50.46%
G = 20.64%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DC5A7E (or 0xDC5A7E) is known color: Cranberry. HEX triplet: DC, 5A and 7E. RGB value is (220,90,126). Sum of RGB (Red+Green+Blue) = 220+90+126=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 90 (35.55% from 255 or 20.64% from 436); Blue value is 126 (49.61% from 255 or 28.90% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5A7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5A7E is #23A581. Grayscale: #848484. Windows color (decimal): -2336130 or 8280796. OLE color: 8280796.

HSL color Cylindrical-coordinate representation of color #DC5A7E: hue angle of 343.38º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DC5A7E is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 90 126 -
CMYK 0 0.59 0.43 0.14
HSL 343.38º 0.65% 0.61% -
HSV(B) 343.38º 0.59% 0.86% -
XYZ 36.94 24.03 22.43 -
YUV 132.97 124.07 190.07 -
System Red Green Blue C M Y K H S L
Decimal 220 90 126 0 0.59 0.43 0.14 343.38 0.65 0.61
Hex DC 5A 7E 0 3B 2B E 157 41 3D
Octal 334 132 176 0 73 53 16 527 101 75
Binary 11011100 1011010 1111110 0 111011 101011 1110 101010111 1000001 111101

Color Harmonies of #DC5A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5A7E

Black with #DC5A7E

Text Example


Text Example

White with #DC5A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5A7E; }

 p { color: rgb(220,90,126); }

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

background-color css

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

 a { background-color: rgb(220,90,126); }

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

border-color css

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

 span { border-color: rgb(220,90,126); }

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