Html Css Color HEX #D678A2 Pale Violet Red

📋 copy color: '#D678A2'

red 214 ◦ green 120 ◦ blue 162

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

Shades of Pale Violet Red #D678A2

Tints of Pale Violet Red #D678A2

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.19%

 BLUE value IS 162 (63.67% from 255) = 32.66%

R = 43.15%
G = 24.19%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#D678A2 (or 0xD678A2) is known color: Pale Violet Red. HEX triplet: D6, 78 and A2. RGB value is (214,120,162). Sum of RGB (Red+Green+Blue) = 214+120+162=496 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.15% from 496); Green value is 120 (47.27% from 255 or 24.19% from 496); Blue value is 162 (63.67% from 255 or 32.66% from 496); Max value from RGB is 214 - color contains mainly: red. Hex color #D678A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D678A2 is #29875D. Grayscale: #989898. Windows color (decimal): -2721630 or 10647766. OLE color: 10647766.

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

Color convert

RGB 214 120 162 -
CMYK 0 0.44 0.24 0.16
HSL 333.19º 0.53% 0.65% -
HSV(B) 333.19º 0.44% 0.84% -
XYZ 40.97 30.34 37.88 -
YUV 152.89 133.14 171.58 -
System Red Green Blue C M Y K H S L
Decimal 214 120 162 0 0.44 0.24 0.16 333.19 0.53 0.65
Hex D6 78 A2 0 2C 18 10 14D 35 41
Octal 326 170 242 0 54 30 20 515 65 101
Binary 11010110 1111000 10100010 0 101100 11000 10000 101001101 110101 1000001

Color Harmonies of #D678A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D678A2

Black with #D678A2

Text Example


Text Example

White with #D678A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D678A2; }

 p { color: rgb(214,120,162); }

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

background-color css

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

 a { background-color: rgb(214,120,162); }

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

border-color css

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

 span { border-color: rgb(214,120,162); }

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