Html Css Color HEX #DE3DB1 Persian Rose

📋 copy color: '#DE3DB1'

red 222 ◦ green 61 ◦ blue 177

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

Shades of Persian Rose #DE3DB1

Tints of Persian Rose #DE3DB1

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.26%

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

R = 48.26%
G = 13.26%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DE3DB1 (or 0xDE3DB1) is known color: Persian Rose. HEX triplet: DE, 3D and B1. RGB value is (222,61,177). Sum of RGB (Red+Green+Blue) = 222+61+177=460 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.26% from 460); Green value is 61 (24.22% from 255 or 13.26% from 460); Blue value is 177 (69.53% from 255 or 38.48% from 460); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3DB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE3DB1 is #21C24E. Grayscale: #7A7A7A. Windows color (decimal): -2212431 or 11615710. OLE color: 11615710.

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

Color convert

RGB 222 61 177 -
CMYK 0 0.73 0.20 0.13
HSL 316.77º 0.71% 0.55% -
HSV(B) 316.77º 0.73% 0.87% -
XYZ 39.73 22.04 43.76 -
YUV 122.36 158.84 199.07 -
System Red Green Blue C M Y K H S L
Decimal 222 61 177 0 0.73 0.20 0.13 316.77 0.71 0.55
Hex DE 3D B1 0 49 14 D 13D 47 37
Octal 336 75 261 0 111 24 15 475 107 67
Binary 11011110 111101 10110001 0 1001001 10100 1101 100111101 1000111 110111

Color Harmonies of #DE3DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3DB1

Black with #DE3DB1

Text Example


Text Example

White with #DE3DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3DB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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