Html Css Color HEX #D15555 Valencia

📋 copy color: '#D15555'

red 209 ◦ green 85 ◦ blue 85

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

Shades of Valencia #D15555

Tints of Valencia #D15555

RGB

 RED value IS 209 (82.03% from 255) = 55.15%

 GREEN value IS 85 (33.59% from 255) = 22.43%

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

R = 55.15%
G = 22.43%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#D15555 (or 0xD15555) is known color: Valencia. HEX triplet: D1, 55 and 55. RGB value is (209,85,85). Sum of RGB (Red+Green+Blue) = 209+85+85=379 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.15% from 379); Green value is 85 (33.59% from 255 or 22.43% from 379); Blue value is 85 (33.59% from 255 or 22.43% from 379); Max value from RGB is 209 - color contains mainly: red. Hex color #D15555 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15555 is #2EAAAA. Grayscale: #7A7A7A. Windows color (decimal): -3058347 or 5592529. OLE color: 5592529.

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

Color convert

RGB 209 85 85 -
CMYK 0 0.59 0.59 0.18
HSL 0.57% 0.58% -
HSV(B) 0.59% 0.82% -
XYZ 31.18 20.71 10.95 -
YUV 122.08 107.08 190 -
System Red Green Blue C M Y K H S L
Decimal 209 85 85 0 0.59 0.59 0.18 0 0.57 0.58
Hex D1 55 55 0 3B 3B 12 0 39 3A
Octal 321 125 125 0 73 73 22 0 71 72
Binary 11010001 1010101 1010101 0 111011 111011 10010 0 111001 111010

Color Harmonies of #D15555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15555

Black with #D15555

Text Example


Text Example

White with #D15555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15555; }

 p { color: rgb(209,85,85); }

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

background-color css

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

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

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

border-color css

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

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

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