Html Css Color HEX #D6504B Valencia

📋 copy color: '#D6504B'

red 214 ◦ green 80 ◦ blue 75

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

Shades of Valencia #D6504B

Tints of Valencia #D6504B

RGB

 RED value IS 214 (83.98% from 255) = 57.99%

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

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

R = 57.99%
G = 21.68%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D6504B (or 0xD6504B) is known color: Valencia. HEX triplet: D6, 50 and 4B. RGB value is (214,80,75). Sum of RGB (Red+Green+Blue) = 214+80+75=369 (48% of max value = 765). Red value is 214 (83.98% from 255 or 57.99% from 369); Green value is 80 (31.64% from 255 or 21.68% from 369); Blue value is 75 (29.69% from 255 or 20.33% from 369); Max value from RGB is 214 - color contains mainly: red. Hex color #D6504B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6504B is #29AFB4. Grayscale: #777777. Windows color (decimal): -2731957 or 4935894. OLE color: 4935894.

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

Color convert

RGB 214 80 75 -
CMYK 0 0.63 0.65 0.16
HSL 2.16º 0.63% 0.57% -
HSV(B) 2.16º 0.65% 0.84% -
XYZ 31.87 20.54 8.94 -
YUV 119.5 102.89 195.41 -
System Red Green Blue C M Y K H S L
Decimal 214 80 75 0 0.63 0.65 0.16 2.16 0.63 0.57
Hex D6 50 4B 0 3F 41 10 2 3F 39
Octal 326 120 113 0 77 101 20 2 77 71
Binary 11010110 1010000 1001011 0 111111 1000001 10000 10 111111 111001

Color Harmonies of #D6504B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6504B

Black with #D6504B

Text Example


Text Example

White with #D6504B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6504B; }

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

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

background-color css

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

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

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

border-color css

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

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

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