Html Css Color HEX #D85150 Valencia

📋 copy color: '#D85150'

red 216 ◦ green 81 ◦ blue 80

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

Shades of Valencia #D85150

Tints of Valencia #D85150

RGB

 RED value IS 216 (84.77% from 255) = 57.29%

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

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

R = 57.29%
G = 21.49%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D85150 (or 0xD85150) is known color: Valencia. HEX triplet: D8, 51 and 50. RGB value is (216,81,80). Sum of RGB (Red+Green+Blue) = 216+81+80=377 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.29% from 377); Green value is 81 (32.03% from 255 or 21.49% from 377); Blue value is 80 (31.64% from 255 or 21.22% from 377); Max value from RGB is 216 - color contains mainly: red. Hex color #D85150 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85150 is #27AEAF. Grayscale: #797979. Windows color (decimal): -2600624 or 5263832. OLE color: 5263832.

HSL color Cylindrical-coordinate representation of color #D85150: hue angle of 0.44º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D85150 is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 81 80 -
CMYK 0 0.62 0.63 0.15
HSL 0.44º 0.64% 0.58% -
HSV(B) 0.44º 0.63% 0.85% -
XYZ 32.71 21.06 9.93 -
YUV 121.25 104.73 195.58 -
System Red Green Blue C M Y K H S L
Decimal 216 81 80 0 0.62 0.63 0.15 0.44 0.64 0.58
Hex D8 51 50 0 3E 3F F 0 40 3A
Octal 330 121 120 0 76 77 17 0 100 72
Binary 11011000 1010001 1010000 0 111110 111111 1111 0 1000000 111010

Color Harmonies of #D85150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85150

Black with #D85150

Text Example


Text Example

White with #D85150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85150; }

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

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

background-color css

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

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

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

border-color css

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

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

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