Html Css Color HEX #D85752 Valencia

📋 copy color: '#D85752'

red 216 ◦ green 87 ◦ blue 82

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

Shades of Valencia #D85752

Tints of Valencia #D85752

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.6%

 BLUE value IS 82 (32.42% from 255) = 21.3%

R = 56.1%
G = 22.6%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D85752 (or 0xD85752) is known color: Valencia. HEX triplet: D8, 57 and 52. RGB value is (216,87,82). Sum of RGB (Red+Green+Blue) = 216+87+82=385 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.10% from 385); Green value is 87 (34.38% from 255 or 22.60% from 385); Blue value is 82 (32.42% from 255 or 21.30% from 385); Max value from RGB is 216 - color contains mainly: red. Hex color #D85752 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85752 is #27A8AD. Grayscale: #7D7D7D. Windows color (decimal): -2599086 or 5396440. OLE color: 5396440.

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

Color convert

RGB 216 87 82 -
CMYK 0 0.60 0.62 0.15
HSL 2.24º 0.63% 0.58% -
HSV(B) 2.24º 0.62% 0.85% -
XYZ 33.25 22.02 10.48 -
YUV 125 103.74 192.91 -
System Red Green Blue C M Y K H S L
Decimal 216 87 82 0 0.60 0.62 0.15 2.24 0.63 0.58
Hex D8 57 52 0 3C 3E F 2 3F 3A
Octal 330 127 122 0 74 76 17 2 77 72
Binary 11011000 1010111 1010010 0 111100 111110 1111 10 111111 111010

Color Harmonies of #D85752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85752

Black with #D85752

Text Example


Text Example

White with #D85752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85752; }

 p { color: rgb(216,87,82); }

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

background-color css

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

 a { background-color: rgb(216,87,82); }

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

border-color css

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

 span { border-color: rgb(216,87,82); }

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