Html Css Color HEX #DF648F Pale Violet Red

📋 copy color: '#DF648F'

red 223 ◦ green 100 ◦ blue 143

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

Shades of Pale Violet Red #DF648F

Tints of Pale Violet Red #DF648F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.46%

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

R = 47.85%
G = 21.46%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DF648F (or 0xDF648F) is known color: Pale Violet Red. HEX triplet: DF, 64 and 8F. RGB value is (223,100,143). Sum of RGB (Red+Green+Blue) = 223+100+143=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 100 (39.45% from 255 or 21.46% from 466); Blue value is 143 (56.25% from 255 or 30.69% from 466); Max value from RGB is 223 - color contains mainly: red. Hex color #DF648F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF648F is #209B70. Grayscale: #8D8D8D. Windows color (decimal): -2136945 or 9397471. OLE color: 9397471.

HSL color Cylindrical-coordinate representation of color #DF648F: hue angle of 339.02º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DF648F is Cyan = 0, Magento = 0.55, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 100 143 -
CMYK 0 0.55 0.36 0.13
HSL 339.02º 0.66% 0.63% -
HSV(B) 339.02º 0.55% 0.87% -
XYZ 39.95 26.79 29.05 -
YUV 141.68 128.75 186 -
System Red Green Blue C M Y K H S L
Decimal 223 100 143 0 0.55 0.36 0.13 339.02 0.66 0.63
Hex DF 64 8F 0 37 24 D 153 42 3F
Octal 337 144 217 0 67 44 15 523 102 77
Binary 11011111 1100100 10001111 0 110111 100100 1101 101010011 1000010 111111

Color Harmonies of #DF648F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF648F

Black with #DF648F

Text Example


Text Example

White with #DF648F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF648F; }

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

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

background-color css

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

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

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

border-color css

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

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

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