Html Css Color HEX #DE31AF Persian Rose

📋 copy color: '#DE31AF'

red 222 ◦ green 49 ◦ blue 175

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

Shades of Persian Rose #DE31AF

Tints of Persian Rose #DE31AF

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.99%

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

R = 49.78%
G = 10.99%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DE31AF (or 0xDE31AF) is known color: Persian Rose. HEX triplet: DE, 31 and AF. RGB value is (222,49,175). Sum of RGB (Red+Green+Blue) = 222+49+175=446 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.78% from 446); Green value is 49 (19.53% from 255 or 10.99% from 446); Blue value is 175 (68.75% from 255 or 39.24% from 446); Max value from RGB is 222 - color contains mainly: red. Hex color #DE31AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE31AF is #21CE50. Grayscale: #727272. Windows color (decimal): -2215505 or 11481566. OLE color: 11481566.

HSL color Cylindrical-coordinate representation of color #DE31AF: hue angle of 316.3º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DE31AF is Cyan = 0, Magento = 0.78, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 49 175 -
CMYK 0 0.78 0.21 0.13
HSL 316.3º 0.72% 0.53% -
HSV(B) 316.3º 0.78% 0.87% -
XYZ 38.96 20.82 42.52 -
YUV 115.09 161.81 204.25 -
System Red Green Blue C M Y K H S L
Decimal 222 49 175 0 0.78 0.21 0.13 316.3 0.72 0.53
Hex DE 31 AF 0 4E 15 D 13C 48 35
Octal 336 61 257 0 116 25 15 474 110 65
Binary 11011110 110001 10101111 0 1001110 10101 1101 100111100 1001000 110101

Color Harmonies of #DE31AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE31AF

Black with #DE31AF

Text Example


Text Example

White with #DE31AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE31AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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