Html Css Color HEX #DF6C9B Pale Violet Red

📋 copy color: '#DF6C9B'

red 223 ◦ green 108 ◦ blue 155

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

Shades of Pale Violet Red #DF6C9B

Tints of Pale Violet Red #DF6C9B

RGB

 RED value IS 223 (87.5% from 255) = 45.88%

 GREEN value IS 108 (42.58% from 255) = 22.22%

 BLUE value IS 155 (60.94% from 255) = 31.89%

R = 45.88%
G = 22.22%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DF6C9B (or 0xDF6C9B) is known color: Pale Violet Red. HEX triplet: DF, 6C and 9B. RGB value is (223,108,155). Sum of RGB (Red+Green+Blue) = 223+108+155=486 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.88% from 486); Green value is 108 (42.58% from 255 or 22.22% from 486); Blue value is 155 (60.94% from 255 or 31.89% from 486); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6C9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6C9B is #209364. Grayscale: #939393. Windows color (decimal): -2134885 or 10185951. OLE color: 10185951.

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

Color convert

RGB 223 108 155 -
CMYK 0 0.52 0.30 0.13
HSL 335.48º 0.64% 0.65% -
HSV(B) 335.48º 0.52% 0.87% -
XYZ 41.71 28.78 34.37 -
YUV 147.74 132.1 181.68 -
System Red Green Blue C M Y K H S L
Decimal 223 108 155 0 0.52 0.30 0.13 335.48 0.64 0.65
Hex DF 6C 9B 0 34 1E D 14F 40 41
Octal 337 154 233 0 64 36 15 517 100 101
Binary 11011111 1101100 10011011 0 110100 11110 1101 101001111 1000000 1000001

Color Harmonies of #DF6C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6C9B

Black with #DF6C9B

Text Example


Text Example

White with #DF6C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6C9B; }

 p { color: rgb(223,108,155); }

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

background-color css

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

 a { background-color: rgb(223,108,155); }

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

border-color css

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

 span { border-color: rgb(223,108,155); }

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