Html Css Color HEX #D25655 Valencia

📋 copy color: '#D25655'

red 210 ◦ green 86 ◦ blue 85

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

Shades of Valencia #D25655

Tints of Valencia #D25655

RGB

 RED value IS 210 (82.42% from 255) = 55.12%

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

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

R = 55.12%
G = 22.57%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D25655 (or 0xD25655) is known color: Valencia. HEX triplet: D2, 56 and 55. RGB value is (210,86,85). Sum of RGB (Red+Green+Blue) = 210+86+85=381 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.12% from 381); Green value is 86 (33.98% from 255 or 22.57% from 381); Blue value is 85 (33.59% from 255 or 22.31% from 381); Max value from RGB is 210 - color contains mainly: red. Hex color #D25655 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25655 is #2DA9AA. Grayscale: #7B7B7B. Windows color (decimal): -2992555 or 5592786. OLE color: 5592786.

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

Color convert

RGB 210 86 85 -
CMYK 0 0.59 0.60 0.18
HSL 0.48º 0.58% 0.58% -
HSV(B) 0.48º 0.6% 0.82% -
XYZ 31.55 21.01 10.99 -
YUV 122.96 106.58 190.08 -
System Red Green Blue C M Y K H S L
Decimal 210 86 85 0 0.59 0.60 0.18 0.48 0.58 0.58
Hex D2 56 55 0 3B 3C 12 0 3A 3A
Octal 322 126 125 0 73 74 22 0 72 72
Binary 11010010 1010110 1010101 0 111011 111100 10010 0 111010 111010

Color Harmonies of #D25655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25655

Black with #D25655

Text Example


Text Example

White with #D25655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25655; }

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

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

background-color css

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

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

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

border-color css

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

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

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