Html Css Color HEX #D85550 Valencia

📋 copy color: '#D85550'

red 216 ◦ green 85 ◦ blue 80

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

Shades of Valencia #D85550

Tints of Valencia #D85550

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.31%

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

R = 56.69%
G = 22.31%
B = 21%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D85550 (or 0xD85550) is known color: Valencia. HEX triplet: D8, 55 and 50. RGB value is (216,85,80). Sum of RGB (Red+Green+Blue) = 216+85+80=381 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.69% from 381); Green value is 85 (33.59% from 255 or 22.31% from 381); Blue value is 80 (31.64% from 255 or 21.00% from 381); Max value from RGB is 216 - color contains mainly: red. Hex color #D85550 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85550 is #27AAAF. Grayscale: #7B7B7B. Windows color (decimal): -2599600 or 5264856. OLE color: 5264856.

HSL color Cylindrical-coordinate representation of color #D85550: hue angle of 2.21º 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 #D85550 is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 85 80 -
CMYK 0 0.61 0.63 0.15
HSL 2.21º 0.64% 0.58% -
HSV(B) 2.21º 0.63% 0.85% -
XYZ 33.02 21.68 10.03 -
YUV 123.6 103.4 193.91 -
System Red Green Blue C M Y K H S L
Decimal 216 85 80 0 0.61 0.63 0.15 2.21 0.64 0.58
Hex D8 55 50 0 3D 3F F 2 40 3A
Octal 330 125 120 0 75 77 17 2 100 72
Binary 11011000 1010101 1010000 0 111101 111111 1111 10 1000000 111010

Color Harmonies of #D85550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85550

Black with #D85550

Text Example


Text Example

White with #D85550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85550; }

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

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

background-color css

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

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

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

border-color css

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

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

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