Html Css Color HEX #D05150 Valencia

📋 copy color: '#D05150'

red 208 ◦ green 81 ◦ blue 80

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

Shades of Valencia #D05150

Tints of Valencia #D05150

RGB

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

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

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

R = 56.37%
G = 21.95%
B = 21.68%

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

#D05150 (or 0xD05150) is known color: Valencia. HEX triplet: D0, 51 and 50. RGB value is (208,81,80). Sum of RGB (Red+Green+Blue) = 208+81+80=369 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.37% from 369); Green value is 81 (32.03% from 255 or 21.95% from 369); Blue value is 80 (31.64% from 255 or 21.68% from 369); Max value from RGB is 208 - color contains mainly: red. Hex color #D05150 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05150 is #2FAEAF. Grayscale: #767676. Windows color (decimal): -3124912 or 5263824. OLE color: 5263824.

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

Color convert

RGB 208 81 80 -
CMYK 0 0.61 0.62 0.18
HSL 0.47º 0.58% 0.56% -
HSV(B) 0.47º 0.62% 0.82% -
XYZ 30.4 19.87 9.82 -
YUV 118.86 106.08 191.58 -
System Red Green Blue C M Y K H S L
Decimal 208 81 80 0 0.61 0.62 0.18 0.47 0.58 0.56
Hex D0 51 50 0 3D 3E 12 0 3A 38
Octal 320 121 120 0 75 76 22 0 72 70
Binary 11010000 1010001 1010000 0 111101 111110 10010 0 111010 111000

Color Harmonies of #D05150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05150

Black with #D05150

Text Example


Text Example

White with #D05150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05150; }

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

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

background-color css

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

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

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

border-color css

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

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

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