Html Css Color HEX #D75955 Valencia

📋 copy color: '#D75955'

red 215 ◦ green 89 ◦ blue 85

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

Shades of Valencia #D75955

Tints of Valencia #D75955

RGB

 RED value IS 215 (84.38% from 255) = 55.27%

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

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

R = 55.27%
G = 22.88%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D75955 (or 0xD75955) is known color: Valencia. HEX triplet: D7, 59 and 55. RGB value is (215,89,85). Sum of RGB (Red+Green+Blue) = 215+89+85=389 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.27% from 389); Green value is 89 (35.16% from 255 or 22.88% from 389); Blue value is 85 (33.59% from 255 or 21.85% from 389); Max value from RGB is 215 - color contains mainly: red. Hex color #D75955 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75955 is #28A6AA. Grayscale: #7E7E7E. Windows color (decimal): -2664107 or 5593559. OLE color: 5593559.

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

Color convert

RGB 215 89 85 -
CMYK 0 0.59 0.60 0.16
HSL 1.85º 0.62% 0.59% -
HSV(B) 1.85º 0.6% 0.84% -
XYZ 33.24 22.25 11.14 -
YUV 126.22 104.74 191.33 -
System Red Green Blue C M Y K H S L
Decimal 215 89 85 0 0.59 0.60 0.16 1.85 0.62 0.59
Hex D7 59 55 0 3B 3C 10 2 3E 3B
Octal 327 131 125 0 73 74 20 2 76 73
Binary 11010111 1011001 1010101 0 111011 111100 10000 10 111110 111011

Color Harmonies of #D75955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75955

Black with #D75955

Text Example


Text Example

White with #D75955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75955; }

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

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

background-color css

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

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

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

border-color css

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

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

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