Html Css Color HEX #DF6A8F Pale Violet Red

📋 copy color: '#DF6A8F'

red 223 ◦ green 106 ◦ blue 143

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

Shades of Pale Violet Red #DF6A8F

Tints of Pale Violet Red #DF6A8F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.46%

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

R = 47.25%
G = 22.46%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DF6A8F (or 0xDF6A8F) is known color: Pale Violet Red. HEX triplet: DF, 6A and 8F. RGB value is (223,106,143). Sum of RGB (Red+Green+Blue) = 223+106+143=472 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.25% from 472); Green value is 106 (41.80% from 255 or 22.46% from 472); Blue value is 143 (56.25% from 255 or 30.30% from 472); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6A8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6A8F is #209570. Grayscale: #919191. Windows color (decimal): -2135409 or 9399007. OLE color: 9399007.

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

Color convert

RGB 223 106 143 -
CMYK 0 0.52 0.36 0.13
HSL 341.03º 0.65% 0.65% -
HSV(B) 341.03º 0.52% 0.87% -
XYZ 40.54 27.98 29.25 -
YUV 145.2 126.76 183.49 -
System Red Green Blue C M Y K H S L
Decimal 223 106 143 0 0.52 0.36 0.13 341.03 0.65 0.65
Hex DF 6A 8F 0 34 24 D 155 41 41
Octal 337 152 217 0 64 44 15 525 101 101
Binary 11011111 1101010 10001111 0 110100 100100 1101 101010101 1000001 1000001

Color Harmonies of #DF6A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6A8F

Black with #DF6A8F

Text Example


Text Example

White with #DF6A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6A8F; }

 p { color: rgb(223,106,143); }

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

background-color css

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

 a { background-color: rgb(223,106,143); }

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

border-color css

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

 span { border-color: rgb(223,106,143); }

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