Html Css Color HEX #DF40AC Persian Rose

📋 copy color: '#DF40AC'

red 223 ◦ green 64 ◦ blue 172

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

Shades of Persian Rose #DF40AC

Tints of Persian Rose #DF40AC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.94%

 BLUE value IS 172 (67.58% from 255) = 37.47%

R = 48.58%
G = 13.94%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DF40AC (or 0xDF40AC) is known color: Persian Rose. HEX triplet: DF, 40 and AC. RGB value is (223,64,172). Sum of RGB (Red+Green+Blue) = 223+64+172=459 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.58% from 459); Green value is 64 (25.39% from 255 or 13.94% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 223 - color contains mainly: red. Hex color #DF40AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF40AC is #20BF53. Grayscale: #7B7B7B. Windows color (decimal): -2146132 or 11288799. OLE color: 11288799.

HSL color Cylindrical-coordinate representation of color #DF40AC: hue angle of 319.25º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DF40AC is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 64 172 -
CMYK 0 0.71 0.23 0.13
HSL 319.25º 0.71% 0.56% -
HSV(B) 319.25º 0.71% 0.87% -
XYZ 39.71 22.33 41.25 -
YUV 123.85 155.18 198.72 -
System Red Green Blue C M Y K H S L
Decimal 223 64 172 0 0.71 0.23 0.13 319.25 0.71 0.56
Hex DF 40 AC 0 47 17 D 13F 47 38
Octal 337 100 254 0 107 27 15 477 107 70
Binary 11011111 1000000 10101100 0 1000111 10111 1101 100111111 1000111 111000

Color Harmonies of #DF40AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF40AC

Black with #DF40AC

Text Example


Text Example

White with #DF40AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF40AC; }

 p { color: rgb(223,64,172); }

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

background-color css

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

 a { background-color: rgb(223,64,172); }

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

border-color css

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

 span { border-color: rgb(223,64,172); }

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