Html Css Color HEX #D67697 Pale Violet Red

📋 copy color: '#D67697'

red 214 ◦ green 118 ◦ blue 151

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

Shades of Pale Violet Red #D67697

Tints of Pale Violet Red #D67697

RGB

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

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

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

R = 44.31%
G = 24.43%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D67697 (or 0xD67697) is known color: Pale Violet Red. HEX triplet: D6, 76 and 97. RGB value is (214,118,151). Sum of RGB (Red+Green+Blue) = 214+118+151=483 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.31% from 483); Green value is 118 (46.48% from 255 or 24.43% from 483); Blue value is 151 (59.38% from 255 or 31.26% from 483); Max value from RGB is 214 - color contains mainly: red. Hex color #D67697 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67697 is #298968. Grayscale: #969696. Windows color (decimal): -2722153 or 9926358. OLE color: 9926358.

HSL color Cylindrical-coordinate representation of color #D67697: hue angle of 339.38º 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 #D67697 is Cyan = 0, Magento = 0.45, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 118 151 -
CMYK 0 0.45 0.29 0.16
HSL 339.38º 0.54% 0.65% -
HSV(B) 339.38º 0.45% 0.84% -
XYZ 39.8 29.49 32.87 -
YUV 150.47 128.3 173.32 -
System Red Green Blue C M Y K H S L
Decimal 214 118 151 0 0.45 0.29 0.16 339.38 0.54 0.65
Hex D6 76 97 0 2D 1D 10 153 36 41
Octal 326 166 227 0 55 35 20 523 66 101
Binary 11010110 1110110 10010111 0 101101 11101 10000 101010011 110110 1000001

Color Harmonies of #D67697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67697

Black with #D67697

Text Example


Text Example

White with #D67697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67697; }

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

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

background-color css

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

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

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

border-color css

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

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

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