Html Css Color HEX #D25855 Valencia

📋 copy color: '#D25855'

red 210 ◦ green 88 ◦ blue 85

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

Shades of Valencia #D25855

Tints of Valencia #D25855

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.98%

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

R = 54.83%
G = 22.98%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D25855 (or 0xD25855) is known color: Valencia. HEX triplet: D2, 58 and 55. RGB value is (210,88,85). Sum of RGB (Red+Green+Blue) = 210+88+85=383 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.83% from 383); Green value is 88 (34.77% from 255 or 22.98% from 383); Blue value is 85 (33.59% from 255 or 22.19% from 383); Max value from RGB is 210 - color contains mainly: red. Hex color #D25855 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25855 is #2DA7AA. Grayscale: #7C7C7C. Windows color (decimal): -2992043 or 5593298. OLE color: 5593298.

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

Color convert

RGB 210 88 85 -
CMYK 0 0.58 0.60 0.18
HSL 1.44º 0.58% 0.58% -
HSV(B) 1.44º 0.6% 0.82% -
XYZ 31.71 21.34 11.04 -
YUV 124.14 105.92 189.24 -
System Red Green Blue C M Y K H S L
Decimal 210 88 85 0 0.58 0.60 0.18 1.44 0.58 0.58
Hex D2 58 55 0 3A 3C 12 1 3A 3A
Octal 322 130 125 0 72 74 22 1 72 72
Binary 11010010 1011000 1010101 0 111010 111100 10010 1 111010 111010

Color Harmonies of #D25855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25855

Black with #D25855

Text Example


Text Example

White with #D25855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25855; }

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

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

background-color css

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

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

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

border-color css

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

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

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