Html Css Color HEX #D5698D Pale Violet Red

📋 copy color: '#D5698D'

red 213 ◦ green 105 ◦ blue 141

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

Shades of Pale Violet Red #D5698D

Tints of Pale Violet Red #D5698D

RGB

 RED value IS 213 (83.59% from 255) = 46.41%

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

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

R = 46.41%
G = 22.88%
B = 30.72%

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

#D5698D (or 0xD5698D) is known color: Pale Violet Red. HEX triplet: D5, 69 and 8D. RGB value is (213,105,141). Sum of RGB (Red+Green+Blue) = 213+105+141=459 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.41% from 459); Green value is 105 (41.41% from 255 or 22.88% from 459); Blue value is 141 (55.47% from 255 or 30.72% from 459); Max value from RGB is 213 - color contains mainly: red. Hex color #D5698D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5698D is #2A9672. Grayscale: #8D8D8D. Windows color (decimal): -2791027 or 9267669. OLE color: 9267669.

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

Color convert

RGB 213 105 141 -
CMYK 0 0.51 0.34 0.16
HSL 340º 0.56% 0.62% -
HSV(B) 340º 0.51% 0.84% -
XYZ 37.3 26.17 28.29 -
YUV 141.4 127.78 179.07 -
System Red Green Blue C M Y K H S L
Decimal 213 105 141 0 0.51 0.34 0.16 340 0.56 0.62
Hex D5 69 8D 0 33 22 10 154 38 3E
Octal 325 151 215 0 63 42 20 524 70 76
Binary 11010101 1101001 10001101 0 110011 100010 10000 101010100 111000 111110

Color Harmonies of #D5698D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5698D

Black with #D5698D

Text Example


Text Example

White with #D5698D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5698D; }

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

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

background-color css

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

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

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

border-color css

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

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

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