Html Css Color HEX #D67BA1 Pale Violet Red

📋 copy color: '#D67BA1'

red 214 ◦ green 123 ◦ blue 161

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

Shades of Pale Violet Red #D67BA1

Tints of Pale Violet Red #D67BA1

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.7%

 BLUE value IS 161 (63.28% from 255) = 32.33%

R = 42.97%
G = 24.7%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D67BA1 (or 0xD67BA1) is known color: Pale Violet Red. HEX triplet: D6, 7B and A1. RGB value is (214,123,161). Sum of RGB (Red+Green+Blue) = 214+123+161=498 (65% of max value = 765). Red value is 214 (83.98% from 255 or 42.97% from 498); Green value is 123 (48.44% from 255 or 24.70% from 498); Blue value is 161 (63.28% from 255 or 32.33% from 498); Max value from RGB is 214 - color contains mainly: red. Hex color #D67BA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67BA1 is #29845E. Grayscale: #9A9A9A. Windows color (decimal): -2720863 or 10582998. OLE color: 10582998.

HSL color Cylindrical-coordinate representation of color #D67BA1: hue angle of 334.95º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D67BA1 is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 123 161 -
CMYK 0 0.43 0.25 0.16
HSL 334.95º 0.53% 0.66% -
HSV(B) 334.95º 0.43% 0.84% -
XYZ 41.25 31.04 37.53 -
YUV 154.54 131.65 170.41 -
System Red Green Blue C M Y K H S L
Decimal 214 123 161 0 0.43 0.25 0.16 334.95 0.53 0.66
Hex D6 7B A1 0 2B 19 10 14F 35 42
Octal 326 173 241 0 53 31 20 517 65 102
Binary 11010110 1111011 10100001 0 101011 11001 10000 101001111 110101 1000010

Color Harmonies of #D67BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67BA1

Black with #D67BA1

Text Example


Text Example

White with #D67BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67BA1; }

 p { color: rgb(214,123,161); }

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

background-color css

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

 a { background-color: rgb(214,123,161); }

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

border-color css

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

 span { border-color: rgb(214,123,161); }

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