Html Css Color HEX #D67695 Pale Violet Red

📋 copy color: '#D67695'

red 214 ◦ green 118 ◦ blue 149

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

Shades of Pale Violet Red #D67695

Tints of Pale Violet Red #D67695

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.53%

 BLUE value IS 149 (58.59% from 255) = 30.98%

R = 44.49%
G = 24.53%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D67695 (or 0xD67695) is known color: Pale Violet Red. HEX triplet: D6, 76 and 95. RGB value is (214,118,149). Sum of RGB (Red+Green+Blue) = 214+118+149=481 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.49% from 481); Green value is 118 (46.48% from 255 or 24.53% from 481); Blue value is 149 (58.59% from 255 or 30.98% from 481); Max value from RGB is 214 - color contains mainly: red. Hex color #D67695 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67695 is #29896A. Grayscale: #969696. Windows color (decimal): -2722155 or 9795286. OLE color: 9795286.

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

Color convert

RGB 214 118 149 -
CMYK 0 0.45 0.30 0.16
HSL 340.63º 0.54% 0.65% -
HSV(B) 340.63º 0.45% 0.84% -
XYZ 39.63 29.42 32.02 -
YUV 150.24 127.3 173.48 -
System Red Green Blue C M Y K H S L
Decimal 214 118 149 0 0.45 0.30 0.16 340.63 0.54 0.65
Hex D6 76 95 0 2D 1E 10 155 36 41
Octal 326 166 225 0 55 36 20 525 66 101
Binary 11010110 1110110 10010101 0 101101 11110 10000 101010101 110110 1000001

Color Harmonies of #D67695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67695

Black with #D67695

Text Example


Text Example

White with #D67695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67695; }

 p { color: rgb(214,118,149); }

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

background-color css

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

 a { background-color: rgb(214,118,149); }

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

border-color css

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

 span { border-color: rgb(214,118,149); }

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