Html Css Color HEX #DF6692 Pale Violet Red

📋 copy color: '#DF6692'

red 223 ◦ green 102 ◦ blue 146

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

Shades of Pale Violet Red #DF6692

Tints of Pale Violet Red #DF6692

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.66%

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

R = 47.35%
G = 21.66%
B = 31%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DF6692 (or 0xDF6692) is known color: Pale Violet Red. HEX triplet: DF, 66 and 92. RGB value is (223,102,146). Sum of RGB (Red+Green+Blue) = 223+102+146=471 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.35% from 471); Green value is 102 (40.23% from 255 or 21.66% from 471); Blue value is 146 (57.42% from 255 or 31.00% from 471); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6692 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6692 is #20996D. Grayscale: #8F8F8F. Windows color (decimal): -2136430 or 9594591. OLE color: 9594591.

HSL color Cylindrical-coordinate representation of color #DF6692: hue angle of 338.18º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DF6692 is Cyan = 0, Magento = 0.54, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 102 146 -
CMYK 0 0.54 0.35 0.13
HSL 338.18º 0.65% 0.64% -
HSV(B) 338.18º 0.54% 0.87% -
XYZ 40.37 27.27 30.33 -
YUV 143.2 129.59 184.92 -
System Red Green Blue C M Y K H S L
Decimal 223 102 146 0 0.54 0.35 0.13 338.18 0.65 0.64
Hex DF 66 92 0 36 23 D 152 41 40
Octal 337 146 222 0 66 43 15 522 101 100
Binary 11011111 1100110 10010010 0 110110 100011 1101 101010010 1000001 1000000

Color Harmonies of #DF6692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6692

Black with #DF6692

Text Example


Text Example

White with #DF6692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6692; }

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

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

background-color css

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

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

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

border-color css

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

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

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