Html Css Color HEX #DF40AF Persian Rose

📋 copy color: '#DF40AF'

red 223 ◦ green 64 ◦ blue 175

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

Shades of Persian Rose #DF40AF

Tints of Persian Rose #DF40AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.88%

R = 48.27%
G = 13.85%
B = 37.88%

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

#DF40AF (or 0xDF40AF) is known color: Persian Rose. HEX triplet: DF, 40 and AF. RGB value is (223,64,175). Sum of RGB (Red+Green+Blue) = 223+64+175=462 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.27% from 462); Green value is 64 (25.39% from 255 or 13.85% from 462); Blue value is 175 (68.75% from 255 or 37.88% from 462); Max value from RGB is 223 - color contains mainly: red. Hex color #DF40AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF40AF is #20BF50. Grayscale: #7B7B7B. Windows color (decimal): -2146129 or 11485407. OLE color: 11485407.

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

Color convert

RGB 223 64 175 -
CMYK 0 0.71 0.22 0.13
HSL 318.11º 0.71% 0.56% -
HSV(B) 318.11º 0.71% 0.87% -
XYZ 40 22.45 42.78 -
YUV 124.2 156.68 198.47 -
System Red Green Blue C M Y K H S L
Decimal 223 64 175 0 0.71 0.22 0.13 318.11 0.71 0.56
Hex DF 40 AF 0 47 16 D 13E 47 38
Octal 337 100 257 0 107 26 15 476 107 70
Binary 11011111 1000000 10101111 0 1000111 10110 1101 100111110 1000111 111000

Color Harmonies of #DF40AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF40AF

Black with #DF40AF

Text Example


Text Example

White with #DF40AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF40AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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