Html Css Color HEX #D6698D Pale Violet Red

📋 copy color: '#D6698D'

red 214 ◦ green 105 ◦ blue 141

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

Shades of Pale Violet Red #D6698D

Tints of Pale Violet Red #D6698D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.65%

R = 46.52%
G = 22.83%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D6698D (or 0xD6698D) is known color: Pale Violet Red. HEX triplet: D6, 69 and 8D. RGB value is (214,105,141). Sum of RGB (Red+Green+Blue) = 214+105+141=460 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.52% from 460); Green value is 105 (41.41% from 255 or 22.83% from 460); Blue value is 141 (55.47% from 255 or 30.65% from 460); Max value from RGB is 214 - color contains mainly: red. Hex color #D6698D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6698D is #299672. Grayscale: #8D8D8D. Windows color (decimal): -2725491 or 9267670. OLE color: 9267670.

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

Color convert

RGB 214 105 141 -
CMYK 0 0.51 0.34 0.16
HSL 340.18º 0.57% 0.63% -
HSV(B) 340.18º 0.51% 0.84% -
XYZ 37.59 26.32 28.3 -
YUV 141.7 127.61 179.57 -
System Red Green Blue C M Y K H S L
Decimal 214 105 141 0 0.51 0.34 0.16 340.18 0.57 0.63
Hex D6 69 8D 0 33 22 10 154 39 3F
Octal 326 151 215 0 63 42 20 524 71 77
Binary 11010110 1101001 10001101 0 110011 100010 10000 101010100 111001 111111

Color Harmonies of #D6698D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6698D

Black with #D6698D

Text Example


Text Example

White with #D6698D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6698D; }

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

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

background-color css

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

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

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

border-color css

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

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

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