Html Css Color HEX #D6688B Pale Violet Red

📋 copy color: '#D6688B'

red 214 ◦ green 104 ◦ blue 139

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

Shades of Pale Violet Red #D6688B

Tints of Pale Violet Red #D6688B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.76%

 BLUE value IS 139 (54.69% from 255) = 30.42%

R = 46.83%
G = 22.76%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D6688B (or 0xD6688B) is known color: Pale Violet Red. HEX triplet: D6, 68 and 8B. RGB value is (214,104,139). Sum of RGB (Red+Green+Blue) = 214+104+139=457 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.83% from 457); Green value is 104 (41.02% from 255 or 22.76% from 457); Blue value is 139 (54.69% from 255 or 30.42% from 457); Max value from RGB is 214 - color contains mainly: red. Hex color #D6688B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6688B is #299774. Grayscale: #8C8C8C. Windows color (decimal): -2725749 or 9136342. OLE color: 9136342.

HSL color Cylindrical-coordinate representation of color #D6688B: hue angle of 340.91º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D6688B is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 104 139 -
CMYK 0 0.51 0.35 0.16
HSL 340.91º 0.57% 0.62% -
HSV(B) 340.91º 0.51% 0.84% -
XYZ 37.34 26.06 27.49 -
YUV 140.88 126.94 180.15 -
System Red Green Blue C M Y K H S L
Decimal 214 104 139 0 0.51 0.35 0.16 340.91 0.57 0.62
Hex D6 68 8B 0 33 23 10 155 39 3E
Octal 326 150 213 0 63 43 20 525 71 76
Binary 11010110 1101000 10001011 0 110011 100011 10000 101010101 111001 111110

Color Harmonies of #D6688B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6688B

Black with #D6688B

Text Example


Text Example

White with #D6688B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6688B; }

 p { color: rgb(214,104,139); }

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

background-color css

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

 a { background-color: rgb(214,104,139); }

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

border-color css

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

 span { border-color: rgb(214,104,139); }

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