Html Css Color HEX #D85048 Valencia

📋 copy color: '#D85048'

red 216 ◦ green 80 ◦ blue 72

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

Shades of Valencia #D85048

Tints of Valencia #D85048

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.74%

 BLUE value IS 72 (28.52% from 255) = 19.57%

R = 58.7%
G = 21.74%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D85048 (or 0xD85048) is known color: Valencia. HEX triplet: D8, 50 and 48. RGB value is (216,80,72). Sum of RGB (Red+Green+Blue) = 216+80+72=368 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.70% from 368); Green value is 80 (31.64% from 255 or 21.74% from 368); Blue value is 72 (28.52% from 255 or 19.57% from 368); Max value from RGB is 216 - color contains mainly: red. Hex color #D85048 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85048 is #27AFB7. Grayscale: #777777. Windows color (decimal): -2600888 or 4739288. OLE color: 4739288.

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

Color convert

RGB 216 80 72 -
CMYK 0 0.63 0.67 0.15
HSL 3.33º 0.65% 0.56% -
HSV(B) 3.33º 0.67% 0.85% -
XYZ 32.36 20.8 8.44 -
YUV 119.75 101.06 196.65 -
System Red Green Blue C M Y K H S L
Decimal 216 80 72 0 0.63 0.67 0.15 3.33 0.65 0.56
Hex D8 50 48 0 3F 43 F 3 41 38
Octal 330 120 110 0 77 103 17 3 101 70
Binary 11011000 1010000 1001000 0 111111 1000011 1111 11 1000001 111000

Color Harmonies of #D85048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85048

Black with #D85048

Text Example


Text Example

White with #D85048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85048; }

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

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

background-color css

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

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

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

border-color css

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

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

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