#D65351

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

Shades of Valencia #D65351

Tints of Valencia #D65351

Color information

#D65351 (or 0xD65351) is unknown color: approx Valencia. HEX triplet: D6, 53 and 51. RGB value is (214,83,81). Sum of RGB (Red+Green+Blue) = 214+83+81=378 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.61% from 378); Green value is 83 (32.81% from 255 or 21.96% from 378); Blue value is 81 (32.03% from 255 or 21.43% from 378); Max value from RGB is 214 - color contains mainly: red. Hex color #D65351 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65351 is #29ACAE. Grayscale: #7A7A7A. Windows color (decimal): -2731183 or 5329878. OLE color: 5329878.

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

Color convert

RGB2148381-
CMYK00.610.620.16
HSL0.9º61.86%57.84%-
HSV(B)0.9º62.15%83.92%-
XYZ32.3121.0810.15-
YUV121.94104.9193.66-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 56.61%
GREEN value IS 83 (32.81% from 255) = 21.96%
BLUE value IS 81 (32.03% from 255) = 21.43%
R=56.61%
G=21.96%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214838100.610.620.160.961.8657.84
HexD6535103D3E1013e3a
Octal326123121075762017672
Binary11010110101001110100010111101111110100001111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65351; }

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

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

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

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

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

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

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

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