Html Css Color HEX #DF6BA1 Pale Violet Red

📋 copy color: '#DF6BA1'

red 223 ◦ green 107 ◦ blue 161

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

Shades of Pale Violet Red #DF6BA1

Tints of Pale Violet Red #DF6BA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 32.79%

R = 45.42%
G = 21.79%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DF6BA1 (or 0xDF6BA1) is known color: Pale Violet Red. HEX triplet: DF, 6B and A1. RGB value is (223,107,161). Sum of RGB (Red+Green+Blue) = 223+107+161=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 107 (42.19% from 255 or 21.79% from 491); Blue value is 161 (63.28% from 255 or 32.79% from 491); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6BA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6BA1 is #20945E. Grayscale: #939393. Windows color (decimal): -2135135 or 10578911. OLE color: 10578911.

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

Color convert

RGB 223 107 161 -
CMYK 0 0.52 0.28 0.13
HSL 332.07º 0.64% 0.65% -
HSV(B) 332.07º 0.52% 0.87% -
XYZ 42.12 28.78 37.05 -
YUV 147.84 135.43 181.61 -
System Red Green Blue C M Y K H S L
Decimal 223 107 161 0 0.52 0.28 0.13 332.07 0.64 0.65
Hex DF 6B A1 0 34 1C D 14C 40 41
Octal 337 153 241 0 64 34 15 514 100 101
Binary 11011111 1101011 10100001 0 110100 11100 1101 101001100 1000000 1000001

Color Harmonies of #DF6BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6BA1

Black with #DF6BA1

Text Example


Text Example

White with #DF6BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6BA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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