Html Css Color HEX #D75655 Valencia

📋 copy color: '#D75655'

red 215 ◦ green 86 ◦ blue 85

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

Shades of Valencia #D75655

Tints of Valencia #D75655

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.28%

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

R = 55.7%
G = 22.28%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D75655 (or 0xD75655) is known color: Valencia. HEX triplet: D7, 56 and 55. RGB value is (215,86,85). Sum of RGB (Red+Green+Blue) = 215+86+85=386 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.70% from 386); Green value is 86 (33.98% from 255 or 22.28% from 386); Blue value is 85 (33.59% from 255 or 22.02% from 386); Max value from RGB is 215 - color contains mainly: red. Hex color #D75655 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75655 is #28A9AA. Grayscale: #7C7C7C. Windows color (decimal): -2664875 or 5592791. OLE color: 5592791.

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

Color convert

RGB 215 86 85 -
CMYK 0 0.6 0.60 0.16
HSL 0.46º 0.62% 0.59% -
HSV(B) 0.46º 0.6% 0.84% -
XYZ 32.99 21.76 11.06 -
YUV 124.46 105.74 192.58 -
System Red Green Blue C M Y K H S L
Decimal 215 86 85 0 0.6 0.60 0.16 0.46 0.62 0.59
Hex D7 56 55 0 3C 3C 10 0 3E 3B
Octal 327 126 125 0 74 74 20 0 76 73
Binary 11010111 1010110 1010101 0 111100 111100 10000 0 111110 111011

Color Harmonies of #D75655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75655

Black with #D75655

Text Example


Text Example

White with #D75655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75655; }

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

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

background-color css

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

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

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

border-color css

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

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

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