Html Css Color HEX #DC698D Pale Violet Red

📋 copy color: '#DC698D'

red 220 ◦ green 105 ◦ blue 141

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

Shades of Pale Violet Red #DC698D

Tints of Pale Violet Red #DC698D

RGB

 RED value IS 220 (86.33% from 255) = 47.21%

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

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

R = 47.21%
G = 22.53%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DC698D (or 0xDC698D) is known color: Pale Violet Red. HEX triplet: DC, 69 and 8D. RGB value is (220,105,141). Sum of RGB (Red+Green+Blue) = 220+105+141=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 105 (41.41% from 255 or 22.53% from 466); Blue value is 141 (55.47% from 255 or 30.26% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DC698D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC698D is #239672. Grayscale: #8F8F8F. Windows color (decimal): -2332275 or 9267676. OLE color: 9267676.

HSL color Cylindrical-coordinate representation of color #DC698D: hue angle of 341.22º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC698D is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 105 141 -
CMYK 0 0.52 0.36 0.14
HSL 341.22º 0.62% 0.64% -
HSV(B) 341.22º 0.52% 0.86% -
XYZ 39.37 27.24 28.38 -
YUV 143.49 126.6 182.57 -
System Red Green Blue C M Y K H S L
Decimal 220 105 141 0 0.52 0.36 0.14 341.22 0.62 0.64
Hex DC 69 8D 0 34 24 E 155 3E 40
Octal 334 151 215 0 64 44 16 525 76 100
Binary 11011100 1101001 10001101 0 110100 100100 1110 101010101 111110 1000000

Color Harmonies of #DC698D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC698D

Black with #DC698D

Text Example


Text Example

White with #DC698D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC698D; }

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

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

background-color css

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

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

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

border-color css

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

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

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