Html Css Color HEX #D65955 Valencia

📋 copy color: '#D65955'

red 214 ◦ green 89 ◦ blue 85

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

Shades of Valencia #D65955

Tints of Valencia #D65955

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.94%

 BLUE value IS 85 (33.59% from 255) = 21.91%

R = 55.15%
G = 22.94%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D65955 (or 0xD65955) is known color: Valencia. HEX triplet: D6, 59 and 55. RGB value is (214,89,85). Sum of RGB (Red+Green+Blue) = 214+89+85=388 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.15% from 388); Green value is 89 (35.16% from 255 or 22.94% from 388); Blue value is 85 (33.59% from 255 or 21.91% from 388); Max value from RGB is 214 - color contains mainly: red. Hex color #D65955 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65955 is #29A6AA. Grayscale: #7E7E7E. Windows color (decimal): -2729643 or 5593558. OLE color: 5593558.

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

Color convert

RGB 214 89 85 -
CMYK 0 0.58 0.60 0.16
HSL 1.86º 0.61% 0.59% -
HSV(B) 1.86º 0.6% 0.84% -
XYZ 32.94 22.1 11.12 -
YUV 125.92 104.91 190.83 -
System Red Green Blue C M Y K H S L
Decimal 214 89 85 0 0.58 0.60 0.16 1.86 0.61 0.59
Hex D6 59 55 0 3A 3C 10 2 3D 3B
Octal 326 131 125 0 72 74 20 2 75 73
Binary 11010110 1011001 1010101 0 111010 111100 10000 10 111101 111011

Color Harmonies of #D65955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65955

Black with #D65955

Text Example


Text Example

White with #D65955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65955; }

 p { color: rgb(214,89,85); }

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

background-color css

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

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

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

border-color css

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

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

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