Html Css Color HEX #D85351 Valencia

📋 copy color: '#D85351'

red 216 ◦ green 83 ◦ blue 81

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

Shades of Valencia #D85351

Tints of Valencia #D85351

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.84%

 BLUE value IS 81 (32.03% from 255) = 21.32%

R = 56.84%
G = 21.84%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D85351 (or 0xD85351) is known color: Valencia. HEX triplet: D8, 53 and 51. RGB value is (216,83,81). Sum of RGB (Red+Green+Blue) = 216+83+81=380 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.84% from 380); Green value is 83 (32.81% from 255 or 21.84% from 380); Blue value is 81 (32.03% from 255 or 21.32% from 380); Max value from RGB is 216 - color contains mainly: red. Hex color #D85351 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85351 is #27ACAE. Grayscale: #7A7A7A. Windows color (decimal): -2600111 or 5329880. OLE color: 5329880.

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

Color convert

RGB 216 83 81 -
CMYK 0 0.62 0.62 0.15
HSL 0.89º 0.63% 0.58% -
HSV(B) 0.89º 0.63% 0.85% -
XYZ 32.9 21.38 10.18 -
YUV 122.54 104.56 194.66 -
System Red Green Blue C M Y K H S L
Decimal 216 83 81 0 0.62 0.62 0.15 0.89 0.63 0.58
Hex D8 53 51 0 3E 3E F 1 3F 3A
Octal 330 123 121 0 76 76 17 1 77 72
Binary 11011000 1010011 1010001 0 111110 111110 1111 1 111111 111010

Color Harmonies of #D85351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85351

Black with #D85351

Text Example


Text Example

White with #D85351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85351; }

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

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

background-color css

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

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

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

border-color css

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

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

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