Html Css Color HEX #D5698B Pale Violet Red

📋 copy color: '#D5698B'

red 213 ◦ green 105 ◦ blue 139

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

Shades of Pale Violet Red #D5698B

Tints of Pale Violet Red #D5698B

RGB

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

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

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

R = 46.61%
G = 22.98%
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

#D5698B (or 0xD5698B) is known color: Pale Violet Red. HEX triplet: D5, 69 and 8B. RGB value is (213,105,139). Sum of RGB (Red+Green+Blue) = 213+105+139=457 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.61% from 457); Green value is 105 (41.41% from 255 or 22.98% from 457); Blue value is 139 (54.69% from 255 or 30.42% from 457); Max value from RGB is 213 - color contains mainly: red. Hex color #D5698B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5698B is #2A9674. Grayscale: #8D8D8D. Windows color (decimal): -2791029 or 9136597. OLE color: 9136597.

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

Color convert

RGB 213 105 139 -
CMYK 0 0.51 0.35 0.16
HSL 341.11º 0.56% 0.62% -
HSV(B) 341.11º 0.51% 0.84% -
XYZ 37.15 26.11 27.51 -
YUV 141.17 126.78 179.24 -
System Red Green Blue C M Y K H S L
Decimal 213 105 139 0 0.51 0.35 0.16 341.11 0.56 0.62
Hex D5 69 8B 0 33 23 10 155 38 3E
Octal 325 151 213 0 63 43 20 525 70 76
Binary 11010101 1101001 10001011 0 110011 100011 10000 101010101 111000 111110

Color Harmonies of #D5698B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5698B

Black with #D5698B

Text Example


Text Example

White with #D5698B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5698B; }

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

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

background-color css

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

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

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

border-color css

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

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

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