Html Css Color HEX #DB2EAC Persian Rose

📋 copy color: '#DB2EAC'

red 219 ◦ green 46 ◦ blue 172

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

Shades of Persian Rose #DB2EAC

Tints of Persian Rose #DB2EAC

RGB

 RED value IS 219 (85.94% from 255) = 50.11%

 GREEN value IS 46 (18.36% from 255) = 10.53%

 BLUE value IS 172 (67.58% from 255) = 39.36%

R = 50.11%
G = 10.53%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DB2EAC (or 0xDB2EAC) is known color: Persian Rose. HEX triplet: DB, 2E and AC. RGB value is (219,46,172). Sum of RGB (Red+Green+Blue) = 219+46+172=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 46 (18.36% from 255 or 10.53% from 437); Blue value is 172 (67.58% from 255 or 39.36% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2EAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2EAC is #24D153. Grayscale: #6F6F6F. Windows color (decimal): -2412884 or 11284187. OLE color: 11284187.

HSL color Cylindrical-coordinate representation of color #DB2EAC: hue angle of 316.3º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB2EAC is Cyan = 0, Magento = 0.79, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 46 172 -
CMYK 0 0.79 0.21 0.14
HSL 316.3º 0.71% 0.52% -
HSV(B) 316.3º 0.79% 0.86% -
XYZ 37.64 19.99 40.91 -
YUV 112.09 161.81 204.25 -
System Red Green Blue C M Y K H S L
Decimal 219 46 172 0 0.79 0.21 0.14 316.3 0.71 0.52
Hex DB 2E AC 0 4F 15 E 13C 47 34
Octal 333 56 254 0 117 25 16 474 107 64
Binary 11011011 101110 10101100 0 1001111 10101 1110 100111100 1000111 110100

Color Harmonies of #DB2EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2EAC

Black with #DB2EAC

Text Example


Text Example

White with #DB2EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2EAC; }

 p { color: rgb(219,46,172); }

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

background-color css

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

 a { background-color: rgb(219,46,172); }

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

border-color css

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

 span { border-color: rgb(219,46,172); }

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