Html Css Color HEX #DF6CA3 Pale Violet Red

📋 copy color: '#DF6CA3'

red 223 ◦ green 108 ◦ blue 163

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

Shades of Pale Violet Red #DF6CA3

Tints of Pale Violet Red #DF6CA3

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.86%

 BLUE value IS 163 (64.06% from 255) = 33%

R = 45.14%
G = 21.86%
B = 33%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DF6CA3 (or 0xDF6CA3) is known color: Pale Violet Red. HEX triplet: DF, 6C and A3. RGB value is (223,108,163). Sum of RGB (Red+Green+Blue) = 223+108+163=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 108 (42.58% from 255 or 21.86% from 494); Blue value is 163 (64.06% from 255 or 33.00% from 494); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6CA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6CA3 is #20935C. Grayscale: #949494. Windows color (decimal): -2134877 or 10710239. OLE color: 10710239.

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

Color convert

RGB 223 108 163 -
CMYK 0 0.52 0.27 0.13
HSL 331.3º 0.64% 0.65% -
HSV(B) 331.3º 0.52% 0.87% -
XYZ 42.4 29.06 38.02 -
YUV 148.66 136.1 181.03 -
System Red Green Blue C M Y K H S L
Decimal 223 108 163 0 0.52 0.27 0.13 331.3 0.64 0.65
Hex DF 6C A3 0 34 1B D 14B 40 41
Octal 337 154 243 0 64 33 15 513 100 101
Binary 11011111 1101100 10100011 0 110100 11011 1101 101001011 1000000 1000001

Color Harmonies of #DF6CA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6CA3

Black with #DF6CA3

Text Example


Text Example

White with #DF6CA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6CA3; }

 p { color: rgb(223,108,163); }

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

background-color css

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

 a { background-color: rgb(223,108,163); }

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

border-color css

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

 span { border-color: rgb(223,108,163); }

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