Html Css Color HEX #DB6BB2 Persian Pink

📋 copy color: '#DB6BB2'

red 219 ◦ green 107 ◦ blue 178

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

Shades of Persian Pink #DB6BB2

Tints of Persian Pink #DB6BB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 35.32%

R = 43.45%
G = 21.23%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DB6BB2 (or 0xDB6BB2) is known color: Persian Pink. HEX triplet: DB, 6B and B2. RGB value is (219,107,178). Sum of RGB (Red+Green+Blue) = 219+107+178=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 107 (42.19% from 255 or 21.23% from 504); Blue value is 178 (69.92% from 255 or 35.32% from 504); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6BB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6BB2 is #24944D. Grayscale: #949494. Windows color (decimal): -2397262 or 11693019. OLE color: 11693019.

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

Color convert

RGB 219 107 178 -
CMYK 0 0.51 0.19 0.14
HSL 321.96º 0.61% 0.64% -
HSV(B) 321.96º 0.51% 0.86% -
XYZ 42.51 28.79 45.44 -
YUV 148.58 144.61 178.23 -
System Red Green Blue C M Y K H S L
Decimal 219 107 178 0 0.51 0.19 0.14 321.96 0.61 0.64
Hex DB 6B B2 0 33 13 E 142 3D 40
Octal 333 153 262 0 63 23 16 502 75 100
Binary 11011011 1101011 10110010 0 110011 10011 1110 101000010 111101 1000000

Color Harmonies of #DB6BB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6BB2

Black with #DB6BB2

Text Example


Text Example

White with #DB6BB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6BB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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