Html Css Color HEX #D05850 Valencia

📋 copy color: '#D05850'

red 208 ◦ green 88 ◦ blue 80

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

Shades of Valencia #D05850

Tints of Valencia #D05850

RGB

 RED value IS 208 (81.64% from 255) = 55.32%

 GREEN value IS 88 (34.77% from 255) = 23.4%

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

R = 55.32%
G = 23.4%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D05850 (or 0xD05850) is known color: Valencia. HEX triplet: D0, 58 and 50. RGB value is (208,88,80). Sum of RGB (Red+Green+Blue) = 208+88+80=376 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.32% from 376); Green value is 88 (34.77% from 255 or 23.40% from 376); Blue value is 80 (31.64% from 255 or 21.28% from 376); Max value from RGB is 208 - color contains mainly: red. Hex color #D05850 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05850 is #2FA7AF. Grayscale: #7B7B7B. Windows color (decimal): -3123120 or 5265616. OLE color: 5265616.

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

Color convert

RGB 208 88 80 -
CMYK 0 0.58 0.62 0.18
HSL 3.75º 0.58% 0.56% -
HSV(B) 3.75º 0.62% 0.82% -
XYZ 30.95 20.97 10.01 -
YUV 122.97 103.76 188.65 -
System Red Green Blue C M Y K H S L
Decimal 208 88 80 0 0.58 0.62 0.18 3.75 0.58 0.56
Hex D0 58 50 0 3A 3E 12 4 3A 38
Octal 320 130 120 0 72 76 22 4 72 70
Binary 11010000 1011000 1010000 0 111010 111110 10010 100 111010 111000

Color Harmonies of #D05850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05850

Black with #D05850

Text Example


Text Example

White with #D05850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05850; }

 p { color: rgb(208,88,80); }

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

background-color css

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

 a { background-color: rgb(208,88,80); }

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

border-color css

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

 span { border-color: rgb(208,88,80); }

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