Html Css Color HEX #DF6395 Pale Violet Red

📋 copy color: '#DF6395'

red 223 ◦ green 99 ◦ blue 149

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

Shades of Pale Violet Red #DF6395

Tints of Pale Violet Red #DF6395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 31.63%

R = 47.35%
G = 21.02%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DF6395 (or 0xDF6395) is known color: Pale Violet Red. HEX triplet: DF, 63 and 95. RGB value is (223,99,149). Sum of RGB (Red+Green+Blue) = 223+99+149=471 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.35% from 471); Green value is 99 (39.06% from 255 or 21.02% from 471); Blue value is 149 (58.59% from 255 or 31.63% from 471); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6395 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6395 is #209C6A. Grayscale: #8D8D8D. Windows color (decimal): -2137195 or 9790431. OLE color: 9790431.

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

Color convert

RGB 223 99 149 -
CMYK 0 0.56 0.33 0.13
HSL 335.81º 0.66% 0.63% -
HSV(B) 335.81º 0.56% 0.87% -
XYZ 40.32 26.78 31.48 -
YUV 141.78 132.08 185.93 -
System Red Green Blue C M Y K H S L
Decimal 223 99 149 0 0.56 0.33 0.13 335.81 0.66 0.63
Hex DF 63 95 0 38 21 D 150 42 3F
Octal 337 143 225 0 70 41 15 520 102 77
Binary 11011111 1100011 10010101 0 111000 100001 1101 101010000 1000010 111111

Color Harmonies of #DF6395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6395

Black with #DF6395

Text Example


Text Example

White with #DF6395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6395; }

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

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

background-color css

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

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

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

border-color css

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

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

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