Html Css Color HEX #D6769C Pale Violet Red

📋 copy color: '#D6769C'

red 214 ◦ green 118 ◦ blue 156

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

Shades of Pale Violet Red #D6769C

Tints of Pale Violet Red #D6769C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 31.97%

R = 43.85%
G = 24.18%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D6769C (or 0xD6769C) is known color: Pale Violet Red. HEX triplet: D6, 76 and 9C. RGB value is (214,118,156). Sum of RGB (Red+Green+Blue) = 214+118+156=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 118 (46.48% from 255 or 24.18% from 488); Blue value is 156 (61.33% from 255 or 31.97% from 488); Max value from RGB is 214 - color contains mainly: red. Hex color #D6769C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6769C is #298963. Grayscale: #969696. Windows color (decimal): -2722148 or 10254038. OLE color: 10254038.

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

Color convert

RGB 214 118 156 -
CMYK 0 0.45 0.27 0.16
HSL 336.25º 0.54% 0.65% -
HSV(B) 336.25º 0.45% 0.84% -
XYZ 40.21 29.65 35.06 -
YUV 151.04 130.8 172.91 -
System Red Green Blue C M Y K H S L
Decimal 214 118 156 0 0.45 0.27 0.16 336.25 0.54 0.65
Hex D6 76 9C 0 2D 1B 10 150 36 41
Octal 326 166 234 0 55 33 20 520 66 101
Binary 11010110 1110110 10011100 0 101101 11011 10000 101010000 110110 1000001

Color Harmonies of #D6769C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6769C

Black with #D6769C

Text Example


Text Example

White with #D6769C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6769C; }

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

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

background-color css

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

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

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

border-color css

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

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

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