Html Css Color HEX #DB22A6 Persian Rose

📋 copy color: '#DB22A6'

red 219 ◦ green 34 ◦ blue 166

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

Shades of Persian Rose #DB22A6

Tints of Persian Rose #DB22A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 39.62%

R = 52.27%
G = 8.11%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#DB22A6 (or 0xDB22A6) is known color: Persian Rose. HEX triplet: DB, 22 and A6. RGB value is (219,34,166). Sum of RGB (Red+Green+Blue) = 219+34+166=419 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.27% from 419); Green value is 34 (13.67% from 255 or 8.11% from 419); Blue value is 166 (65.23% from 255 or 39.62% from 419); Max value from RGB is 219 - color contains mainly: red. Hex color #DB22A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB22A6 is #24DD59. Grayscale: #686868. Windows color (decimal): -2415962 or 10887899. OLE color: 10887899.

HSL color Cylindrical-coordinate representation of color #DB22A6: hue angle of 317.19º 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 #DB22A6 is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 34 166 -
CMYK 0 0.84 0.24 0.14
HSL 317.19º 0.73% 0.5% -
HSV(B) 317.19º 0.84% 0.86% -
XYZ 36.67 18.96 37.8 -
YUV 104.36 162.79 209.77 -
System Red Green Blue C M Y K H S L
Decimal 219 34 166 0 0.84 0.24 0.14 317.19 0.73 0.5
Hex DB 22 A6 0 54 18 E 13D 49 32
Octal 333 42 246 0 124 30 16 475 111 62
Binary 11011011 100010 10100110 0 1010100 11000 1110 100111101 1001001 110010

Color Harmonies of #DB22A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB22A6

Black with #DB22A6

Text Example


Text Example

White with #DB22A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB22A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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