Html Css Color HEX #DE3FB1 Persian Rose

📋 copy color: '#DE3FB1'

red 222 ◦ green 63 ◦ blue 177

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

Shades of Persian Rose #DE3FB1

Tints of Persian Rose #DE3FB1

RGB

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

 GREEN value IS 63 (25% from 255) = 13.64%

 BLUE value IS 177 (69.53% from 255) = 38.31%

R = 48.05%
G = 13.64%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DE3FB1 (or 0xDE3FB1) is known color: Persian Rose. HEX triplet: DE, 3F and B1. RGB value is (222,63,177). Sum of RGB (Red+Green+Blue) = 222+63+177=462 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.05% from 462); Green value is 63 (25% from 255 or 13.64% from 462); Blue value is 177 (69.53% from 255 or 38.31% from 462); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3FB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE3FB1 is #21C04E. Grayscale: #7B7B7B. Windows color (decimal): -2211919 or 11616222. OLE color: 11616222.

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

Color convert

RGB 222 63 177 -
CMYK 0 0.72 0.20 0.13
HSL 316.98º 0.71% 0.56% -
HSV(B) 316.98º 0.72% 0.87% -
XYZ 39.84 22.26 43.79 -
YUV 123.54 158.18 198.23 -
System Red Green Blue C M Y K H S L
Decimal 222 63 177 0 0.72 0.20 0.13 316.98 0.71 0.56
Hex DE 3F B1 0 48 14 D 13D 47 38
Octal 336 77 261 0 110 24 15 475 107 70
Binary 11011110 111111 10110001 0 1001000 10100 1101 100111101 1000111 111000

Color Harmonies of #DE3FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3FB1

Black with #DE3FB1

Text Example


Text Example

White with #DE3FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3FB1; }

 p { color: rgb(222,63,177); }

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

background-color css

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

 a { background-color: rgb(222,63,177); }

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

border-color css

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

 span { border-color: rgb(222,63,177); }

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