Html Css Color HEX #D6698B Pale Violet Red

📋 copy color: '#D6698B'

red 214 ◦ green 105 ◦ blue 139

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

Shades of Pale Violet Red #D6698B

Tints of Pale Violet Red #D6698B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.93%

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

R = 46.72%
G = 22.93%
B = 30.35%

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

#D6698B (or 0xD6698B) is known color: Pale Violet Red. HEX triplet: D6, 69 and 8B. RGB value is (214,105,139). Sum of RGB (Red+Green+Blue) = 214+105+139=458 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.72% from 458); Green value is 105 (41.41% from 255 or 22.93% from 458); Blue value is 139 (54.69% from 255 or 30.35% from 458); Max value from RGB is 214 - color contains mainly: red. Hex color #D6698B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6698B is #299674. Grayscale: #8D8D8D. Windows color (decimal): -2725493 or 9136598. OLE color: 9136598.

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

Color convert

RGB 214 105 139 -
CMYK 0 0.51 0.35 0.16
HSL 341.28º 0.57% 0.63% -
HSV(B) 341.28º 0.51% 0.84% -
XYZ 37.44 26.26 27.52 -
YUV 141.47 126.61 179.74 -
System Red Green Blue C M Y K H S L
Decimal 214 105 139 0 0.51 0.35 0.16 341.28 0.57 0.63
Hex D6 69 8B 0 33 23 10 155 39 3F
Octal 326 151 213 0 63 43 20 525 71 77
Binary 11010110 1101001 10001011 0 110011 100011 10000 101010101 111001 111111

Color Harmonies of #D6698B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6698B

Black with #D6698B

Text Example


Text Example

White with #D6698B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6698B; }

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

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

background-color css

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

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

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

border-color css

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

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

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