Html Css Color HEX #D67097 Pale Violet Red

📋 copy color: '#D67097'

red 214 ◦ green 112 ◦ blue 151

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

Shades of Pale Violet Red #D67097

Tints of Pale Violet Red #D67097

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.48%

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

R = 44.86%
G = 23.48%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D67097 (or 0xD67097) is known color: Pale Violet Red. HEX triplet: D6, 70 and 97. RGB value is (214,112,151). Sum of RGB (Red+Green+Blue) = 214+112+151=477 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.86% from 477); Green value is 112 (44.14% from 255 or 23.48% from 477); Blue value is 151 (59.38% from 255 or 31.66% from 477); Max value from RGB is 214 - color contains mainly: red. Hex color #D67097 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67097 is #298F68. Grayscale: #929292. Windows color (decimal): -2723689 or 9924822. OLE color: 9924822.

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

Color convert

RGB 214 112 151 -
CMYK 0 0.48 0.29 0.16
HSL 337.06º 0.55% 0.64% -
HSV(B) 337.06º 0.48% 0.84% -
XYZ 39.11 28.12 32.64 -
YUV 146.94 130.29 175.83 -
System Red Green Blue C M Y K H S L
Decimal 214 112 151 0 0.48 0.29 0.16 337.06 0.55 0.64
Hex D6 70 97 0 30 1D 10 151 37 40
Octal 326 160 227 0 60 35 20 521 67 100
Binary 11010110 1110000 10010111 0 110000 11101 10000 101010001 110111 1000000

Color Harmonies of #D67097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67097

Black with #D67097

Text Example


Text Example

White with #D67097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67097; }

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

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

background-color css

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

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

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

border-color css

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

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

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