Html Css Color HEX #DF608C Pale Violet Red

📋 copy color: '#DF608C'

red 223 ◦ green 96 ◦ blue 140

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

Shades of Pale Violet Red #DF608C

Tints of Pale Violet Red #DF608C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.92%

 BLUE value IS 140 (55.08% from 255) = 30.5%

R = 48.58%
G = 20.92%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DF608C (or 0xDF608C) is known color: Pale Violet Red. HEX triplet: DF, 60 and 8C. RGB value is (223,96,140). Sum of RGB (Red+Green+Blue) = 223+96+140=459 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.58% from 459); Green value is 96 (37.89% from 255 or 20.92% from 459); Blue value is 140 (55.08% from 255 or 30.50% from 459); Max value from RGB is 223 - color contains mainly: red. Hex color #DF608C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF608C is #209F73. Grayscale: #8A8A8A. Windows color (decimal): -2137972 or 9199839. OLE color: 9199839.

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

Color convert

RGB 223 96 140 -
CMYK 0 0.57 0.37 0.13
HSL 339.21º 0.66% 0.63% -
HSV(B) 339.21º 0.57% 0.87% -
XYZ 39.35 25.95 27.75 -
YUV 138.99 128.58 187.92 -
System Red Green Blue C M Y K H S L
Decimal 223 96 140 0 0.57 0.37 0.13 339.21 0.66 0.63
Hex DF 60 8C 0 39 25 D 153 42 3F
Octal 337 140 214 0 71 45 15 523 102 77
Binary 11011111 1100000 10001100 0 111001 100101 1101 101010011 1000010 111111

Color Harmonies of #DF608C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF608C

Black with #DF608C

Text Example


Text Example

White with #DF608C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF608C; }

 p { color: rgb(223,96,140); }

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

background-color css

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

 a { background-color: rgb(223,96,140); }

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

border-color css

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

 span { border-color: rgb(223,96,140); }

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