Html Css Color HEX #DF609C Pale Violet Red

📋 copy color: '#DF609C'

red 223 ◦ green 96 ◦ blue 156

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

Shades of Pale Violet Red #DF609C

Tints of Pale Violet Red #DF609C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 32.84%

R = 46.95%
G = 20.21%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DF609C (or 0xDF609C) is known color: Pale Violet Red. HEX triplet: DF, 60 and 9C. RGB value is (223,96,156). Sum of RGB (Red+Green+Blue) = 223+96+156=475 (62% of max value = 765). Red value is 223 (87.5% from 255 or 46.95% from 475); Green value is 96 (37.89% from 255 or 20.21% from 475); Blue value is 156 (61.33% from 255 or 32.84% from 475); Max value from RGB is 223 - color contains mainly: red. Hex color #DF609C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF609C is #209F63. Grayscale: #8C8C8C. Windows color (decimal): -2137956 or 10248415. OLE color: 10248415.

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

Color convert

RGB 223 96 156 -
CMYK 0 0.57 0.30 0.13
HSL 331.65º 0.66% 0.63% -
HSV(B) 331.65º 0.57% 0.87% -
XYZ 40.62 26.45 34.42 -
YUV 140.81 136.58 186.62 -
System Red Green Blue C M Y K H S L
Decimal 223 96 156 0 0.57 0.30 0.13 331.65 0.66 0.63
Hex DF 60 9C 0 39 1E D 14C 42 3F
Octal 337 140 234 0 71 36 15 514 102 77
Binary 11011111 1100000 10011100 0 111001 11110 1101 101001100 1000010 111111

Color Harmonies of #DF609C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF609C

Black with #DF609C

Text Example


Text Example

White with #DF609C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF609C; }

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

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

background-color css

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

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

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

border-color css

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

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

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