Html Css Color HEX #DB22A5 Persian Rose

📋 copy color: '#DB22A5'

red 219 ◦ green 34 ◦ blue 165

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

Shades of Persian Rose #DB22A5

Tints of Persian Rose #DB22A5

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.13%

 BLUE value IS 165 (64.84% from 255) = 39.47%

R = 52.39%
G = 8.13%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DB22A5 (or 0xDB22A5) is known color: Persian Rose. HEX triplet: DB, 22 and A5. RGB value is (219,34,165). Sum of RGB (Red+Green+Blue) = 219+34+165=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 34 (13.67% from 255 or 8.13% from 418); Blue value is 165 (64.84% from 255 or 39.47% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DB22A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB22A5 is #24DD5A. Grayscale: #676767. Windows color (decimal): -2415963 or 10822363. OLE color: 10822363.

HSL color Cylindrical-coordinate representation of color #DB22A5: hue angle of 317.51º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB22A5 is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 34 165 -
CMYK 0 0.84 0.25 0.14
HSL 317.51º 0.73% 0.5% -
HSV(B) 317.51º 0.84% 0.86% -
XYZ 36.58 18.92 37.32 -
YUV 104.25 162.29 209.85 -
System Red Green Blue C M Y K H S L
Decimal 219 34 165 0 0.84 0.25 0.14 317.51 0.73 0.5
Hex DB 22 A5 0 54 19 E 13E 49 32
Octal 333 42 245 0 124 31 16 476 111 62
Binary 11011011 100010 10100101 0 1010100 11001 1110 100111110 1001001 110010

Color Harmonies of #DB22A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB22A5

Black with #DB22A5

Text Example


Text Example

White with #DB22A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB22A5; }

 p { color: rgb(219,34,165); }

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

background-color css

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

 a { background-color: rgb(219,34,165); }

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

border-color css

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

 span { border-color: rgb(219,34,165); }

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