Html Css Color HEX #D67497 Pale Violet Red

📋 copy color: '#D67497'

red 214 ◦ green 116 ◦ blue 151

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

Shades of Pale Violet Red #D67497

Tints of Pale Violet Red #D67497

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.12%

 BLUE value IS 151 (59.38% from 255) = 31.39%

R = 44.49%
G = 24.12%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D67497 (or 0xD67497) is known color: Pale Violet Red. HEX triplet: D6, 74 and 97. RGB value is (214,116,151). Sum of RGB (Red+Green+Blue) = 214+116+151=481 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.49% from 481); Green value is 116 (45.70% from 255 or 24.12% from 481); Blue value is 151 (59.38% from 255 or 31.39% from 481); Max value from RGB is 214 - color contains mainly: red. Hex color #D67497 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67497 is #298B68. Grayscale: #959595. Windows color (decimal): -2722665 or 9925846. OLE color: 9925846.

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

Color convert

RGB 214 116 151 -
CMYK 0 0.46 0.29 0.16
HSL 338.57º 0.54% 0.65% -
HSV(B) 338.57º 0.46% 0.84% -
XYZ 39.56 29.02 32.79 -
YUV 149.29 128.97 174.15 -
System Red Green Blue C M Y K H S L
Decimal 214 116 151 0 0.46 0.29 0.16 338.57 0.54 0.65
Hex D6 74 97 0 2E 1D 10 153 36 41
Octal 326 164 227 0 56 35 20 523 66 101
Binary 11010110 1110100 10010111 0 101110 11101 10000 101010011 110110 1000001

Color Harmonies of #D67497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67497

Black with #D67497

Text Example


Text Example

White with #D67497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67497; }

 p { color: rgb(214,116,151); }

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

background-color css

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

 a { background-color: rgb(214,116,151); }

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

border-color css

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

 span { border-color: rgb(214,116,151); }

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