Html Css Color HEX #DF669D Pale Violet Red

📋 copy color: '#DF669D'

red 223 ◦ green 102 ◦ blue 157

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

Shades of Pale Violet Red #DF669D

Tints of Pale Violet Red #DF669D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 32.57%

R = 46.27%
G = 21.16%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DF669D (or 0xDF669D) is known color: Pale Violet Red. HEX triplet: DF, 66 and 9D. RGB value is (223,102,157). Sum of RGB (Red+Green+Blue) = 223+102+157=482 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.27% from 482); Green value is 102 (40.23% from 255 or 21.16% from 482); Blue value is 157 (61.72% from 255 or 32.57% from 482); Max value from RGB is 223 - color contains mainly: red. Hex color #DF669D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF669D is #209962. Grayscale: #909090. Windows color (decimal): -2136419 or 10315487. OLE color: 10315487.

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

Color convert

RGB 223 102 157 -
CMYK 0 0.54 0.30 0.13
HSL 332.73º 0.65% 0.64% -
HSV(B) 332.73º 0.54% 0.87% -
XYZ 41.27 27.63 35.06 -
YUV 144.45 135.09 184.03 -
System Red Green Blue C M Y K H S L
Decimal 223 102 157 0 0.54 0.30 0.13 332.73 0.65 0.64
Hex DF 66 9D 0 36 1E D 14D 41 40
Octal 337 146 235 0 66 36 15 515 101 100
Binary 11011111 1100110 10011101 0 110110 11110 1101 101001101 1000001 1000000

Color Harmonies of #DF669D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF669D

Black with #DF669D

Text Example


Text Example

White with #DF669D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF669D; }

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

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

background-color css

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

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

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

border-color css

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

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

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