Html Css Color HEX #D9504B Valencia

📋 copy color: '#D9504B'

red 217 ◦ green 80 ◦ blue 75

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

Shades of Valencia #D9504B

Tints of Valencia #D9504B

RGB

 RED value IS 217 (85.16% from 255) = 58.33%

 GREEN value IS 80 (31.64% from 255) = 21.51%

 BLUE value IS 75 (29.69% from 255) = 20.16%

R = 58.33%
G = 21.51%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D9504B (or 0xD9504B) is known color: Valencia. HEX triplet: D9, 50 and 4B. RGB value is (217,80,75). Sum of RGB (Red+Green+Blue) = 217+80+75=372 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.33% from 372); Green value is 80 (31.64% from 255 or 21.51% from 372); Blue value is 75 (29.69% from 255 or 20.16% from 372); Max value from RGB is 217 - color contains mainly: red. Hex color #D9504B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9504B is #26AFB4. Grayscale: #787878. Windows color (decimal): -2535349 or 4935897. OLE color: 4935897.

HSL color Cylindrical-coordinate representation of color #D9504B: hue angle of 2.11º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D9504B is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 80 75 -
CMYK 0 0.63 0.65 0.15
HSL 2.11º 0.65% 0.57% -
HSV(B) 2.11º 0.65% 0.85% -
XYZ 32.75 21 8.98 -
YUV 120.39 102.39 196.91 -
System Red Green Blue C M Y K H S L
Decimal 217 80 75 0 0.63 0.65 0.15 2.11 0.65 0.57
Hex D9 50 4B 0 3F 41 F 2 41 39
Octal 331 120 113 0 77 101 17 2 101 71
Binary 11011001 1010000 1001011 0 111111 1000001 1111 10 1000001 111001

Color Harmonies of #D9504B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9504B

Black with #D9504B

Text Example


Text Example

White with #D9504B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9504B; }

 p { color: rgb(217,80,75); }

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

background-color css

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

 a { background-color: rgb(217,80,75); }

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

border-color css

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

 span { border-color: rgb(217,80,75); }

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