Html Css Color HEX #D2504E Valencia

📋 copy color: '#D2504E'

red 210 ◦ green 80 ◦ blue 78

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

Shades of Valencia #D2504E

Tints of Valencia #D2504E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.2%

R = 57.07%
G = 21.74%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D2504E (or 0xD2504E) is known color: Valencia. HEX triplet: D2, 50 and 4E. RGB value is (210,80,78). Sum of RGB (Red+Green+Blue) = 210+80+78=368 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.07% from 368); Green value is 80 (31.64% from 255 or 21.74% from 368); Blue value is 78 (30.86% from 255 or 21.20% from 368); Max value from RGB is 210 - color contains mainly: red. Hex color #D2504E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2504E is #2DAFB1. Grayscale: #767676. Windows color (decimal): -2994098 or 5132498. OLE color: 5132498.

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

Color convert

RGB 210 80 78 -
CMYK 0 0.62 0.63 0.18
HSL 0.91º 0.59% 0.56% -
HSV(B) 0.91º 0.63% 0.82% -
XYZ 30.82 19.99 9.44 -
YUV 118.64 105.07 193.16 -
System Red Green Blue C M Y K H S L
Decimal 210 80 78 0 0.62 0.63 0.18 0.91 0.59 0.56
Hex D2 50 4E 0 3E 3F 12 1 3B 38
Octal 322 120 116 0 76 77 22 1 73 70
Binary 11010010 1010000 1001110 0 111110 111111 10010 1 111011 111000

Color Harmonies of #D2504E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2504E

Black with #D2504E

Text Example


Text Example

White with #D2504E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2504E; }

 p { color: rgb(210,80,78); }

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

background-color css

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

 a { background-color: rgb(210,80,78); }

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

border-color css

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

 span { border-color: rgb(210,80,78); }

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