Html Css Color HEX #DF648E Pale Violet Red

📋 copy color: '#DF648E'

red 223 ◦ green 100 ◦ blue 142

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

Shades of Pale Violet Red #DF648E

Tints of Pale Violet Red #DF648E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.54%

R = 47.96%
G = 21.51%
B = 30.54%

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

#DF648E (or 0xDF648E) is known color: Pale Violet Red. HEX triplet: DF, 64 and 8E. RGB value is (223,100,142). Sum of RGB (Red+Green+Blue) = 223+100+142=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 100 (39.45% from 255 or 21.51% from 465); Blue value is 142 (55.86% from 255 or 30.54% from 465); Max value from RGB is 223 - color contains mainly: red. Hex color #DF648E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF648E is #209B71. Grayscale: #8D8D8D. Windows color (decimal): -2136946 or 9331935. OLE color: 9331935.

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

Color convert

RGB 223 100 142 -
CMYK 0 0.55 0.36 0.13
HSL 339.51º 0.66% 0.63% -
HSV(B) 339.51º 0.55% 0.87% -
XYZ 39.87 26.76 28.65 -
YUV 141.57 128.25 186.08 -
System Red Green Blue C M Y K H S L
Decimal 223 100 142 0 0.55 0.36 0.13 339.51 0.66 0.63
Hex DF 64 8E 0 37 24 D 154 42 3F
Octal 337 144 216 0 67 44 15 524 102 77
Binary 11011111 1100100 10001110 0 110111 100100 1101 101010100 1000010 111111

Color Harmonies of #DF648E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF648E

Black with #DF648E

Text Example


Text Example

White with #DF648E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF648E; }

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

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

background-color css

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

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

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

border-color css

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

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

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