Html Css Color HEX #DF40AE Persian Rose

📋 copy color: '#DF40AE'

red 223 ◦ green 64 ◦ blue 174

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

Shades of Persian Rose #DF40AE

Tints of Persian Rose #DF40AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 37.74%

R = 48.37%
G = 13.88%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DF40AE (or 0xDF40AE) is known color: Persian Rose. HEX triplet: DF, 40 and AE. RGB value is (223,64,174). Sum of RGB (Red+Green+Blue) = 223+64+174=461 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.37% from 461); Green value is 64 (25.39% from 255 or 13.88% from 461); Blue value is 174 (68.36% from 255 or 37.74% from 461); Max value from RGB is 223 - color contains mainly: red. Hex color #DF40AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF40AE is #20BF51. Grayscale: #7B7B7B. Windows color (decimal): -2146130 or 11419871. OLE color: 11419871.

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

Color convert

RGB 223 64 174 -
CMYK 0 0.71 0.22 0.13
HSL 318.49º 0.71% 0.56% -
HSV(B) 318.49º 0.71% 0.87% -
XYZ 39.9 22.41 42.27 -
YUV 124.08 156.18 198.56 -
System Red Green Blue C M Y K H S L
Decimal 223 64 174 0 0.71 0.22 0.13 318.49 0.71 0.56
Hex DF 40 AE 0 47 16 D 13E 47 38
Octal 337 100 256 0 107 26 15 476 107 70
Binary 11011111 1000000 10101110 0 1000111 10110 1101 100111110 1000111 111000

Color Harmonies of #DF40AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF40AE

Black with #DF40AE

Text Example


Text Example

White with #DF40AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF40AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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