Html Css Color HEX #DC5150 Valencia

📋 copy color: '#DC5150'

red 220 ◦ green 81 ◦ blue 80

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

Shades of Valencia #DC5150

Tints of Valencia #DC5150

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.26%

 BLUE value IS 80 (31.64% from 255) = 21%

R = 57.74%
G = 21.26%
B = 21%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DC5150 (or 0xDC5150) is known color: Valencia. HEX triplet: DC, 51 and 50. RGB value is (220,81,80). Sum of RGB (Red+Green+Blue) = 220+81+80=381 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.74% from 381); Green value is 81 (32.03% from 255 or 21.26% from 381); Blue value is 80 (31.64% from 255 or 21.00% from 381); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5150 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5150 is #23AEAF. Grayscale: #7A7A7A. Windows color (decimal): -2338480 or 5263836. OLE color: 5263836.

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

Color convert

RGB 220 81 80 -
CMYK 0 0.63 0.64 0.14
HSL 0.43º 0.67% 0.59% -
HSV(B) 0.43º 0.64% 0.86% -
XYZ 33.91 21.68 9.99 -
YUV 122.45 104.05 197.58 -
System Red Green Blue C M Y K H S L
Decimal 220 81 80 0 0.63 0.64 0.14 0.43 0.67 0.59
Hex DC 51 50 0 3F 40 E 0 43 3B
Octal 334 121 120 0 77 100 16 0 103 73
Binary 11011100 1010001 1010000 0 111111 1000000 1110 0 1000011 111011

Color Harmonies of #DC5150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5150

Black with #DC5150

Text Example


Text Example

White with #DC5150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5150; }

 p { color: rgb(220,81,80); }

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

background-color css

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

 a { background-color: rgb(220,81,80); }

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

border-color css

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

 span { border-color: rgb(220,81,80); }

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