#D65151

Color #D65151 Valencia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Valencia #D65151

Tints of Valencia #D65151

Color information

#D65151 (or 0xD65151) is unknown color: approx Valencia. HEX triplet: D6, 51 and 51. RGB value is (214,81,81). Sum of RGB (Red+Green+Blue) = 214+81+81=376 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.91% from 376); Green value is 81 (32.03% from 255 or 21.54% from 376); Blue value is 81 (32.03% from 255 or 21.54% from 376); Max value from RGB is 214 - color contains mainly: red. Hex color #D65151 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65151 is #29AEAE. Grayscale: #787878. Windows color (decimal): -2731695 or 5329366. OLE color: 5329366.

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

Color convert

RGB2148181-
CMYK00.620.620.16
HSL61.86%57.84%-
HSV(B)62.15%83.92%-
XYZ32.1620.7810.1-
YUV120.77105.56194.5-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 56.91%
GREEN value IS 81 (32.03% from 255) = 21.54%
BLUE value IS 81 (32.03% from 255) = 21.54%
R=56.91%
G=21.54%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214818100.620.620.16061.8657.84
HexD6515103E3E1003e3a
Octal326121121076762007672
Binary11010110101000110100010111110111110100000111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65151; }

 p { color: rgb(214,81,81); }

 H1.HeaderClassName
 {
   color: #D65151;
 }
 .AnyTagClassName
 {
   color: #D65151;
 }
</style>
background-color css

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

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

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

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

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

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