Html Css Color HEX #D65857 Valencia

📋 copy color: '#D65857'

red 214 ◦ green 88 ◦ blue 87

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

Shades of Valencia #D65857

Tints of Valencia #D65857

RGB

 RED value IS 214 (83.98% from 255) = 55.01%

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

 BLUE value IS 87 (34.38% from 255) = 22.37%

R = 55.01%
G = 22.62%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D65857 (or 0xD65857) is known color: Valencia. HEX triplet: D6, 58 and 57. RGB value is (214,88,87). Sum of RGB (Red+Green+Blue) = 214+88+87=389 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.01% from 389); Green value is 88 (34.77% from 255 or 22.62% from 389); Blue value is 87 (34.38% from 255 or 22.37% from 389); Max value from RGB is 214 - color contains mainly: red. Hex color #D65857 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65857 is #29A7A8. Grayscale: #7D7D7D. Windows color (decimal): -2729897 or 5724374. OLE color: 5724374.

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

Color convert

RGB 214 88 87 -
CMYK 0 0.59 0.59 0.16
HSL 0.47º 0.61% 0.59% -
HSV(B) 0.47º 0.59% 0.84% -
XYZ 32.94 21.96 11.52 -
YUV 125.56 106.24 191.08 -
System Red Green Blue C M Y K H S L
Decimal 214 88 87 0 0.59 0.59 0.16 0.47 0.61 0.59
Hex D6 58 57 0 3B 3B 10 0 3D 3B
Octal 326 130 127 0 73 73 20 0 75 73
Binary 11010110 1011000 1010111 0 111011 111011 10000 0 111101 111011

Color Harmonies of #D65857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65857

Black with #D65857

Text Example


Text Example

White with #D65857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65857; }

 p { color: rgb(214,88,87); }

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

background-color css

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

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

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

border-color css

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

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

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