Html Css Color HEX #DF6B9D Pale Violet Red

📋 copy color: '#DF6B9D'

red 223 ◦ green 107 ◦ blue 157

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

Shades of Pale Violet Red #DF6B9D

Tints of Pale Violet Red #DF6B9D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.97%

 BLUE value IS 157 (61.72% from 255) = 32.24%

R = 45.79%
G = 21.97%
B = 32.24%

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

#DF6B9D (or 0xDF6B9D) is known color: Pale Violet Red. HEX triplet: DF, 6B and 9D. RGB value is (223,107,157). Sum of RGB (Red+Green+Blue) = 223+107+157=487 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.79% from 487); Green value is 107 (42.19% from 255 or 21.97% from 487); Blue value is 157 (61.72% from 255 or 32.24% from 487); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6B9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6B9D is #209462. Grayscale: #939393. Windows color (decimal): -2135139 or 10316767. OLE color: 10316767.

HSL color Cylindrical-coordinate representation of color #DF6B9D: hue angle of 334.14º 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 #DF6B9D is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 107 157 -
CMYK 0 0.52 0.30 0.13
HSL 334.14º 0.64% 0.65% -
HSV(B) 334.14º 0.52% 0.87% -
XYZ 41.77 28.64 35.22 -
YUV 147.38 133.43 181.93 -
System Red Green Blue C M Y K H S L
Decimal 223 107 157 0 0.52 0.30 0.13 334.14 0.64 0.65
Hex DF 6B 9D 0 34 1E D 14E 40 41
Octal 337 153 235 0 64 36 15 516 100 101
Binary 11011111 1101011 10011101 0 110100 11110 1101 101001110 1000000 1000001

Color Harmonies of #DF6B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6B9D

Black with #DF6B9D

Text Example


Text Example

White with #DF6B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6B9D; }

 p { color: rgb(223,107,157); }

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

background-color css

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

 a { background-color: rgb(223,107,157); }

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

border-color css

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

 span { border-color: rgb(223,107,157); }

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