Html Css Color HEX #DB6FB2 Persian Pink

📋 copy color: '#DB6FB2'

red 219 ◦ green 111 ◦ blue 178

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

Shades of Persian Pink #DB6FB2

Tints of Persian Pink #DB6FB2

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.85%

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

R = 43.11%
G = 21.85%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DB6FB2 (or 0xDB6FB2) is known color: Persian Pink. HEX triplet: DB, 6F and B2. RGB value is (219,111,178). Sum of RGB (Red+Green+Blue) = 219+111+178=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 111 (43.75% from 255 or 21.85% from 508); Blue value is 178 (69.92% from 255 or 35.04% from 508); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6FB2 is #24904D. Grayscale: #969696. Windows color (decimal): -2396238 or 11694043. OLE color: 11694043.

HSL color Cylindrical-coordinate representation of color #DB6FB2: hue angle of 322.78º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB6FB2 is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 111 178 -
CMYK 0 0.49 0.19 0.14
HSL 322.78º 0.6% 0.65% -
HSV(B) 322.78º 0.49% 0.86% -
XYZ 42.93 29.64 45.58 -
YUV 150.93 143.28 176.55 -
System Red Green Blue C M Y K H S L
Decimal 219 111 178 0 0.49 0.19 0.14 322.78 0.6 0.65
Hex DB 6F B2 0 31 13 E 143 3C 41
Octal 333 157 262 0 61 23 16 503 74 101
Binary 11011011 1101111 10110010 0 110001 10011 1110 101000011 111100 1000001

Color Harmonies of #DB6FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6FB2

Black with #DB6FB2

Text Example


Text Example

White with #DB6FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6FB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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