Html Css Color HEX #D67996 Pale Violet Red

📋 copy color: '#D67996'

red 214 ◦ green 121 ◦ blue 150

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

Shades of Pale Violet Red #D67996

Tints of Pale Violet Red #D67996

RGB

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

 GREEN value IS 121 (47.66% from 255) = 24.95%

 BLUE value IS 150 (58.98% from 255) = 30.93%

R = 44.12%
G = 24.95%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D67996 (or 0xD67996) is known color: Pale Violet Red. HEX triplet: D6, 79 and 96. RGB value is (214,121,150). Sum of RGB (Red+Green+Blue) = 214+121+150=485 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.12% from 485); Green value is 121 (47.66% from 255 or 24.95% from 485); Blue value is 150 (58.98% from 255 or 30.93% from 485); Max value from RGB is 214 - color contains mainly: red. Hex color #D67996 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67996 is #298669. Grayscale: #989898. Windows color (decimal): -2721386 or 9861590. OLE color: 9861590.

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

Color convert

RGB 214 121 150 -
CMYK 0 0.43 0.30 0.16
HSL 341.29º 0.53% 0.66% -
HSV(B) 341.29º 0.43% 0.84% -
XYZ 40.07 30.17 32.57 -
YUV 152.11 126.81 172.14 -
System Red Green Blue C M Y K H S L
Decimal 214 121 150 0 0.43 0.30 0.16 341.29 0.53 0.66
Hex D6 79 96 0 2B 1E 10 155 35 42
Octal 326 171 226 0 53 36 20 525 65 102
Binary 11010110 1111001 10010110 0 101011 11110 10000 101010101 110101 1000010

Color Harmonies of #D67996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67996

Black with #D67996

Text Example


Text Example

White with #D67996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67996; }

 p { color: rgb(214,121,150); }

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

background-color css

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

 a { background-color: rgb(214,121,150); }

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

border-color css

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

 span { border-color: rgb(214,121,150); }

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