Html Css Color HEX #D85552 Valencia

📋 copy color: '#D85552'

red 216 ◦ green 85 ◦ blue 82

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

Shades of Valencia #D85552

Tints of Valencia #D85552

RGB

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

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

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

R = 56.4%
G = 22.19%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D85552 (or 0xD85552) is known color: Valencia. HEX triplet: D8, 55 and 52. RGB value is (216,85,82). Sum of RGB (Red+Green+Blue) = 216+85+82=383 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.40% from 383); Green value is 85 (33.59% from 255 or 22.19% from 383); Blue value is 82 (32.42% from 255 or 21.41% from 383); Max value from RGB is 216 - color contains mainly: red. Hex color #D85552 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85552 is #27AAAD. Grayscale: #7B7B7B. Windows color (decimal): -2599598 or 5395928. OLE color: 5395928.

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

Color convert

RGB 216 85 82 -
CMYK 0 0.61 0.62 0.15
HSL 1.34º 0.63% 0.58% -
HSV(B) 1.34º 0.62% 0.85% -
XYZ 33.09 21.71 10.43 -
YUV 123.83 104.4 193.74 -
System Red Green Blue C M Y K H S L
Decimal 216 85 82 0 0.61 0.62 0.15 1.34 0.63 0.58
Hex D8 55 52 0 3D 3E F 1 3F 3A
Octal 330 125 122 0 75 76 17 1 77 72
Binary 11011000 1010101 1010010 0 111101 111110 1111 1 111111 111010

Color Harmonies of #D85552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85552

Black with #D85552

Text Example


Text Example

White with #D85552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85552; }

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

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

background-color css

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

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

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

border-color css

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

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

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