Html Css Color HEX #DD698F Pale Violet Red

📋 copy color: '#DD698F'

red 221 ◦ green 105 ◦ blue 143

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

Shades of Pale Violet Red #DD698F

Tints of Pale Violet Red #DD698F

RGB

 RED value IS 221 (86.72% from 255) = 47.12%

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

 BLUE value IS 143 (56.25% from 255) = 30.49%

R = 47.12%
G = 22.39%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD698F (or 0xDD698F) is known color: Pale Violet Red. HEX triplet: DD, 69 and 8F. RGB value is (221,105,143). Sum of RGB (Red+Green+Blue) = 221+105+143=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 105 (41.41% from 255 or 22.39% from 469); Blue value is 143 (56.25% from 255 or 30.49% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD698F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD698F is #229670. Grayscale: #8F8F8F. Windows color (decimal): -2266737 or 9398749. OLE color: 9398749.

HSL color Cylindrical-coordinate representation of color #DD698F: hue angle of 340.34º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD698F is Cyan = 0, Magento = 0.52, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 105 143 -
CMYK 0 0.52 0.35 0.13
HSL 340.34º 0.63% 0.64% -
HSV(B) 340.34º 0.52% 0.87% -
XYZ 39.83 27.46 29.19 -
YUV 144.02 127.43 182.91 -
System Red Green Blue C M Y K H S L
Decimal 221 105 143 0 0.52 0.35 0.13 340.34 0.63 0.64
Hex DD 69 8F 0 34 23 D 154 3F 40
Octal 335 151 217 0 64 43 15 524 77 100
Binary 11011101 1101001 10001111 0 110100 100011 1101 101010100 111111 1000000

Color Harmonies of #DD698F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD698F

Black with #DD698F

Text Example


Text Example

White with #DD698F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD698F; }

 p { color: rgb(221,105,143); }

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

background-color css

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

 a { background-color: rgb(221,105,143); }

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

border-color css

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

 span { border-color: rgb(221,105,143); }

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