Html Css Color HEX #D65D4A Valencia

📋 copy color: '#D65D4A'

red 214 ◦ green 93 ◦ blue 74

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

Shades of Valencia #D65D4A

Tints of Valencia #D65D4A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.41%

 BLUE value IS 74 (29.3% from 255) = 19.42%

R = 56.17%
G = 24.41%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D65D4A (or 0xD65D4A) is known color: Valencia. HEX triplet: D6, 5D and 4A. RGB value is (214,93,74). Sum of RGB (Red+Green+Blue) = 214+93+74=381 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.17% from 381); Green value is 93 (36.72% from 255 or 24.41% from 381); Blue value is 74 (29.30% from 255 or 19.42% from 381); Max value from RGB is 214 - color contains mainly: red. Hex color #D65D4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65D4A is #29A2B5. Grayscale: #7F7F7F. Windows color (decimal): -2728630 or 4873686. OLE color: 4873686.

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

Color convert

RGB 214 93 74 -
CMYK 0 0.57 0.65 0.16
HSL 8.14º 0.63% 0.56% -
HSV(B) 8.14º 0.65% 0.84% -
XYZ 32.88 22.62 9.11 -
YUV 127.01 98.09 190.04 -
System Red Green Blue C M Y K H S L
Decimal 214 93 74 0 0.57 0.65 0.16 8.14 0.63 0.56
Hex D6 5D 4A 0 39 41 10 8 3F 38
Octal 326 135 112 0 71 101 20 10 77 70
Binary 11010110 1011101 1001010 0 111001 1000001 10000 1000 111111 111000

Color Harmonies of #D65D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65D4A

Black with #D65D4A

Text Example


Text Example

White with #D65D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65D4A; }

 p { color: rgb(214,93,74); }

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

background-color css

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

 a { background-color: rgb(214,93,74); }

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

border-color css

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

 span { border-color: rgb(214,93,74); }

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