Html Css Color HEX #DF6094 Pale Violet Red

📋 copy color: '#DF6094'

red 223 ◦ green 96 ◦ blue 148

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

Shades of Pale Violet Red #DF6094

Tints of Pale Violet Red #DF6094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 31.69%

R = 47.75%
G = 20.56%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DF6094 (or 0xDF6094) is known color: Pale Violet Red. HEX triplet: DF, 60 and 94. RGB value is (223,96,148). Sum of RGB (Red+Green+Blue) = 223+96+148=467 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.75% from 467); Green value is 96 (37.89% from 255 or 20.56% from 467); Blue value is 148 (58.20% from 255 or 31.69% from 467); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6094 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6094 is #209F6B. Grayscale: #8B8B8B. Windows color (decimal): -2137964 or 9724127. OLE color: 9724127.

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

Color convert

RGB 223 96 148 -
CMYK 0 0.57 0.34 0.13
HSL 335.43º 0.66% 0.63% -
HSV(B) 335.43º 0.57% 0.87% -
XYZ 39.96 26.19 30.97 -
YUV 139.9 132.58 187.27 -
System Red Green Blue C M Y K H S L
Decimal 223 96 148 0 0.57 0.34 0.13 335.43 0.66 0.63
Hex DF 60 94 0 39 22 D 14F 42 3F
Octal 337 140 224 0 71 42 15 517 102 77
Binary 11011111 1100000 10010100 0 111001 100010 1101 101001111 1000010 111111

Color Harmonies of #DF6094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6094

Black with #DF6094

Text Example


Text Example

White with #DF6094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6094; }

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

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

background-color css

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

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

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

border-color css

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

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

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