Html Css Color HEX #DF638D Pale Violet Red

📋 copy color: '#DF638D'

red 223 ◦ green 99 ◦ blue 141

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

Shades of Pale Violet Red #DF638D

Tints of Pale Violet Red #DF638D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.38%

 BLUE value IS 141 (55.47% from 255) = 30.45%

R = 48.16%
G = 21.38%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DF638D (or 0xDF638D) is known color: Pale Violet Red. HEX triplet: DF, 63 and 8D. RGB value is (223,99,141). Sum of RGB (Red+Green+Blue) = 223+99+141=463 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.16% from 463); Green value is 99 (39.06% from 255 or 21.38% from 463); Blue value is 141 (55.47% from 255 or 30.45% from 463); Max value from RGB is 223 - color contains mainly: red. Hex color #DF638D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF638D is #209C72. Grayscale: #8C8C8C. Windows color (decimal): -2137203 or 9266143. OLE color: 9266143.

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

Color convert

RGB 223 99 141 -
CMYK 0 0.56 0.37 0.13
HSL 339.68º 0.66% 0.63% -
HSV(B) 339.68º 0.56% 0.87% -
XYZ 39.7 26.53 28.23 -
YUV 140.86 128.08 186.58 -
System Red Green Blue C M Y K H S L
Decimal 223 99 141 0 0.56 0.37 0.13 339.68 0.66 0.63
Hex DF 63 8D 0 38 25 D 154 42 3F
Octal 337 143 215 0 70 45 15 524 102 77
Binary 11011111 1100011 10001101 0 111000 100101 1101 101010100 1000010 111111

Color Harmonies of #DF638D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF638D

Black with #DF638D

Text Example


Text Example

White with #DF638D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF638D; }

 p { color: rgb(223,99,141); }

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

background-color css

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

 a { background-color: rgb(223,99,141); }

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

border-color css

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

 span { border-color: rgb(223,99,141); }

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