Html Css Color HEX #D6759B Pale Violet Red

📋 copy color: '#D6759B'

red 214 ◦ green 117 ◦ blue 155

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

Shades of Pale Violet Red #D6759B

Tints of Pale Violet Red #D6759B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.07%

 BLUE value IS 155 (60.94% from 255) = 31.89%

R = 44.03%
G = 24.07%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D6759B (or 0xD6759B) is known color: Pale Violet Red. HEX triplet: D6, 75 and 9B. RGB value is (214,117,155). Sum of RGB (Red+Green+Blue) = 214+117+155=486 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.03% from 486); Green value is 117 (46.09% from 255 or 24.07% from 486); Blue value is 155 (60.94% from 255 or 31.89% from 486); Max value from RGB is 214 - color contains mainly: red. Hex color #D6759B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6759B is #298A64. Grayscale: #969696. Windows color (decimal): -2722405 or 10188246. OLE color: 10188246.

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

Color convert

RGB 214 117 155 -
CMYK 0 0.45 0.28 0.16
HSL 336.49º 0.54% 0.65% -
HSV(B) 336.49º 0.45% 0.84% -
XYZ 40.01 29.39 34.57 -
YUV 150.34 130.64 173.41 -
System Red Green Blue C M Y K H S L
Decimal 214 117 155 0 0.45 0.28 0.16 336.49 0.54 0.65
Hex D6 75 9B 0 2D 1C 10 150 36 41
Octal 326 165 233 0 55 34 20 520 66 101
Binary 11010110 1110101 10011011 0 101101 11100 10000 101010000 110110 1000001

Color Harmonies of #D6759B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6759B

Black with #D6759B

Text Example


Text Example

White with #D6759B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6759B; }

 p { color: rgb(214,117,155); }

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

background-color css

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

 a { background-color: rgb(214,117,155); }

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

border-color css

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

 span { border-color: rgb(214,117,155); }

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