Html Css Color HEX #D4698B Pale Violet Red

📋 copy color: '#D4698B'

red 212 ◦ green 105 ◦ blue 139

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

Shades of Pale Violet Red #D4698B

Tints of Pale Violet Red #D4698B

RGB

 RED value IS 212 (83.2% from 255) = 46.49%

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

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

R = 46.49%
G = 23.03%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#D4698B (or 0xD4698B) is known color: Pale Violet Red. HEX triplet: D4, 69 and 8B. RGB value is (212,105,139). Sum of RGB (Red+Green+Blue) = 212+105+139=456 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.49% from 456); Green value is 105 (41.41% from 255 or 23.03% from 456); Blue value is 139 (54.69% from 255 or 30.48% from 456); Max value from RGB is 212 - color contains mainly: red. Hex color #D4698B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D4698B is #2B9674. Grayscale: #8C8C8C. Windows color (decimal): -2856565 or 9136596. OLE color: 9136596.

HSL color Cylindrical-coordinate representation of color #D4698B: hue angle of 340.93º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D4698B is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 105 139 -
CMYK 0 0.50 0.34 0.17
HSL 340.93º 0.55% 0.62% -
HSV(B) 340.93º 0.5% 0.83% -
XYZ 36.86 25.96 27.49 -
YUV 140.87 126.95 178.74 -
System Red Green Blue C M Y K H S L
Decimal 212 105 139 0 0.50 0.34 0.17 340.93 0.55 0.62
Hex D4 69 8B 0 32 22 11 155 37 3E
Octal 324 151 213 0 62 42 21 525 67 76
Binary 11010100 1101001 10001011 0 110010 100010 10001 101010101 110111 111110

Color Harmonies of #D4698B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4698B

Black with #D4698B

Text Example


Text Example

White with #D4698B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4698B; }

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

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

background-color css

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

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

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

border-color css

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

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

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