Html Css Color HEX #DF75A6 Pale Violet Red

📋 copy color: '#DF75A6'

red 223 ◦ green 117 ◦ blue 166

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

Shades of Pale Violet Red #DF75A6

Tints of Pale Violet Red #DF75A6

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.12%

 BLUE value IS 166 (65.23% from 255) = 32.81%

R = 44.07%
G = 23.12%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DF75A6 (or 0xDF75A6) is known color: Pale Violet Red. HEX triplet: DF, 75 and A6. RGB value is (223,117,166). Sum of RGB (Red+Green+Blue) = 223+117+166=506 (67% of max value = 765). Red value is 223 (87.5% from 255 or 44.07% from 506); Green value is 117 (46.09% from 255 or 23.12% from 506); Blue value is 166 (65.23% from 255 or 32.81% from 506); Max value from RGB is 223 - color contains mainly: red. Hex color #DF75A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF75A6 is #208A59. Grayscale: #9A9A9A. Windows color (decimal): -2132570 or 10909151. OLE color: 10909151.

HSL color Cylindrical-coordinate representation of color #DF75A6: hue angle of 332.26º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DF75A6 is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 117 166 -
CMYK 0 0.48 0.26 0.13
HSL 332.26º 0.62% 0.67% -
HSV(B) 332.26º 0.48% 0.87% -
XYZ 43.68 31.16 39.79 -
YUV 154.28 134.62 177.02 -
System Red Green Blue C M Y K H S L
Decimal 223 117 166 0 0.48 0.26 0.13 332.26 0.62 0.67
Hex DF 75 A6 0 30 1A D 14C 3E 43
Octal 337 165 246 0 60 32 15 514 76 103
Binary 11011111 1110101 10100110 0 110000 11010 1101 101001100 111110 1000011

Color Harmonies of #DF75A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF75A6

Black with #DF75A6

Text Example


Text Example

White with #DF75A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF75A6; }

 p { color: rgb(223,117,166); }

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

background-color css

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

 a { background-color: rgb(223,117,166); }

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

border-color css

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

 span { border-color: rgb(223,117,166); }

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