Html Css Color HEX #DF6292 Pale Violet Red

📋 copy color: '#DF6292'

red 223 ◦ green 98 ◦ blue 146

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

Shades of Pale Violet Red #DF6292

Tints of Pale Violet Red #DF6292

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.99%

 BLUE value IS 146 (57.42% from 255) = 31.26%

R = 47.75%
G = 20.99%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DF6292 (or 0xDF6292) is known color: Pale Violet Red. HEX triplet: DF, 62 and 92. RGB value is (223,98,146). Sum of RGB (Red+Green+Blue) = 223+98+146=467 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.75% from 467); Green value is 98 (38.67% from 255 or 20.99% from 467); Blue value is 146 (57.42% from 255 or 31.26% from 467); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6292 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6292 is #209D6D. Grayscale: #8C8C8C. Windows color (decimal): -2137454 or 9593567. OLE color: 9593567.

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

Color convert

RGB 223 98 146 -
CMYK 0 0.56 0.35 0.13
HSL 336.96º 0.66% 0.63% -
HSV(B) 336.96º 0.56% 0.87% -
XYZ 39.99 26.5 30.2 -
YUV 140.85 130.91 186.6 -
System Red Green Blue C M Y K H S L
Decimal 223 98 146 0 0.56 0.35 0.13 336.96 0.66 0.63
Hex DF 62 92 0 38 23 D 151 42 3F
Octal 337 142 222 0 70 43 15 521 102 77
Binary 11011111 1100010 10010010 0 111000 100011 1101 101010001 1000010 111111

Color Harmonies of #DF6292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6292

Black with #DF6292

Text Example


Text Example

White with #DF6292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6292; }

 p { color: rgb(223,98,146); }

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

background-color css

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

 a { background-color: rgb(223,98,146); }

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

border-color css

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

 span { border-color: rgb(223,98,146); }

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