Html Css Color HEX #D0514E Valencia

📋 copy color: '#D0514E'

red 208 ◦ green 81 ◦ blue 78

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

Shades of Valencia #D0514E

Tints of Valencia #D0514E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.07%

 BLUE value IS 78 (30.86% from 255) = 21.25%

R = 56.68%
G = 22.07%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D0514E (or 0xD0514E) is known color: Valencia. HEX triplet: D0, 51 and 4E. RGB value is (208,81,78). Sum of RGB (Red+Green+Blue) = 208+81+78=367 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.68% from 367); Green value is 81 (32.03% from 255 or 22.07% from 367); Blue value is 78 (30.86% from 255 or 21.25% from 367); Max value from RGB is 208 - color contains mainly: red. Hex color #D0514E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0514E is #2FAEB1. Grayscale: #767676. Windows color (decimal): -3124914 or 5132752. OLE color: 5132752.

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

Color convert

RGB 208 81 78 -
CMYK 0 0.61 0.62 0.18
HSL 1.38º 0.58% 0.56% -
HSV(B) 1.38º 0.63% 0.82% -
XYZ 30.33 19.84 9.44 -
YUV 118.63 105.08 191.74 -
System Red Green Blue C M Y K H S L
Decimal 208 81 78 0 0.61 0.62 0.18 1.38 0.58 0.56
Hex D0 51 4E 0 3D 3E 12 1 3A 38
Octal 320 121 116 0 75 76 22 1 72 70
Binary 11010000 1010001 1001110 0 111101 111110 10010 1 111010 111000

Color Harmonies of #D0514E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0514E

Black with #D0514E

Text Example


Text Example

White with #D0514E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0514E; }

 p { color: rgb(208,81,78); }

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

background-color css

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

 a { background-color: rgb(208,81,78); }

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

border-color css

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

 span { border-color: rgb(208,81,78); }

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