Html Css Color HEX #DE40AF Persian Rose

📋 copy color: '#DE40AF'

red 222 ◦ green 64 ◦ blue 175

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

Shades of Persian Rose #DE40AF

Tints of Persian Rose #DE40AF

RGB

 RED value IS 222 (87.11% from 255) = 48.16%

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

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

R = 48.16%
G = 13.88%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DE40AF (or 0xDE40AF) is known color: Persian Rose. HEX triplet: DE, 40 and AF. RGB value is (222,64,175). Sum of RGB (Red+Green+Blue) = 222+64+175=461 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.16% from 461); Green value is 64 (25.39% from 255 or 13.88% from 461); Blue value is 175 (68.75% from 255 or 37.96% from 461); Max value from RGB is 222 - color contains mainly: red. Hex color #DE40AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE40AF is #21BF50. Grayscale: #7B7B7B. Windows color (decimal): -2211665 or 11485406. OLE color: 11485406.

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

Color convert

RGB 222 64 175 -
CMYK 0 0.71 0.21 0.13
HSL 317.85º 0.71% 0.56% -
HSV(B) 317.85º 0.71% 0.87% -
XYZ 39.7 22.29 42.77 -
YUV 123.9 156.85 197.97 -
System Red Green Blue C M Y K H S L
Decimal 222 64 175 0 0.71 0.21 0.13 317.85 0.71 0.56
Hex DE 40 AF 0 47 15 D 13E 47 38
Octal 336 100 257 0 107 25 15 476 107 70
Binary 11011110 1000000 10101111 0 1000111 10101 1101 100111110 1000111 111000

Color Harmonies of #DE40AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE40AF

Black with #DE40AF

Text Example


Text Example

White with #DE40AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE40AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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