Html Css Color HEX #DB6BB6 Persian Pink

📋 copy color: '#DB6BB6'

red 219 ◦ green 107 ◦ blue 182

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

Shades of Persian Pink #DB6BB6

Tints of Persian Pink #DB6BB6

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.06%

 BLUE value IS 182 (71.48% from 255) = 35.83%

R = 43.11%
G = 21.06%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#DB6BB6 (or 0xDB6BB6) is known color: Persian Pink. HEX triplet: DB, 6B and B6. RGB value is (219,107,182). Sum of RGB (Red+Green+Blue) = 219+107+182=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 107 (42.19% from 255 or 21.06% from 508); Blue value is 182 (71.48% from 255 or 35.83% from 508); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6BB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6BB6 is #249449. Grayscale: #949494. Windows color (decimal): -2397258 or 11955163. OLE color: 11955163.

HSL color Cylindrical-coordinate representation of color #DB6BB6: hue angle of 319.82º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DB6BB6 is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 107 182 -
CMYK 0 0.51 0.17 0.14
HSL 319.82º 0.61% 0.64% -
HSV(B) 319.82º 0.51% 0.86% -
XYZ 42.91 28.95 47.58 -
YUV 149.04 146.61 177.9 -
System Red Green Blue C M Y K H S L
Decimal 219 107 182 0 0.51 0.17 0.14 319.82 0.61 0.64
Hex DB 6B B6 0 33 11 E 140 3D 40
Octal 333 153 266 0 63 21 16 500 75 100
Binary 11011011 1101011 10110110 0 110011 10001 1110 101000000 111101 1000000

Color Harmonies of #DB6BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6BB6

Black with #DB6BB6

Text Example


Text Example

White with #DB6BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6BB6; }

 p { color: rgb(219,107,182); }

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

background-color css

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

 a { background-color: rgb(219,107,182); }

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

border-color css

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

 span { border-color: rgb(219,107,182); }

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