Html Css Color HEX #DF40AB Persian Rose

📋 copy color: '#DF40AB'

red 223 ◦ green 64 ◦ blue 171

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

Shades of Persian Rose #DF40AB

Tints of Persian Rose #DF40AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.34%

R = 48.69%
G = 13.97%
B = 37.34%

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

#DF40AB (or 0xDF40AB) is known color: Persian Rose. HEX triplet: DF, 40 and AB. RGB value is (223,64,171). Sum of RGB (Red+Green+Blue) = 223+64+171=458 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.69% from 458); Green value is 64 (25.39% from 255 or 13.97% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 223 - color contains mainly: red. Hex color #DF40AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF40AB is #20BF54. Grayscale: #7B7B7B. Windows color (decimal): -2146133 or 11223263. OLE color: 11223263.

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

Color convert

RGB 223 64 171 -
CMYK 0 0.71 0.23 0.13
HSL 319.62º 0.71% 0.56% -
HSV(B) 319.62º 0.71% 0.87% -
XYZ 39.62 22.3 40.74 -
YUV 123.74 154.68 198.8 -
System Red Green Blue C M Y K H S L
Decimal 223 64 171 0 0.71 0.23 0.13 319.62 0.71 0.56
Hex DF 40 AB 0 47 17 D 140 47 38
Octal 337 100 253 0 107 27 15 500 107 70
Binary 11011111 1000000 10101011 0 1000111 10111 1101 101000000 1000111 111000

Color Harmonies of #DF40AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF40AB

Black with #DF40AB

Text Example


Text Example

White with #DF40AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF40AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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