Html Css Color HEX #DB6FBA Persian Pink

📋 copy color: '#DB6FBA'

red 219 ◦ green 111 ◦ blue 186

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

Shades of Persian Pink #DB6FBA

Tints of Persian Pink #DB6FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.05%

R = 42.44%
G = 21.51%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DB6FBA (or 0xDB6FBA) is known color: Persian Pink. HEX triplet: DB, 6F and BA. RGB value is (219,111,186). Sum of RGB (Red+Green+Blue) = 219+111+186=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 111 (43.75% from 255 or 21.51% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6FBA is #249045. Grayscale: #979797. Windows color (decimal): -2396230 or 12218331. OLE color: 12218331.

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

Color convert

RGB 219 111 186 -
CMYK 0 0.49 0.15 0.14
HSL 318.33º 0.6% 0.65% -
HSV(B) 318.33º 0.49% 0.86% -
XYZ 43.76 29.97 49.93 -
YUV 151.84 147.28 175.9 -
System Red Green Blue C M Y K H S L
Decimal 219 111 186 0 0.49 0.15 0.14 318.33 0.6 0.65
Hex DB 6F BA 0 31 F E 13E 3C 41
Octal 333 157 272 0 61 17 16 476 74 101
Binary 11011011 1101111 10111010 0 110001 1111 1110 100111110 111100 1000001

Color Harmonies of #DB6FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6FBA

Black with #DB6FBA

Text Example


Text Example

White with #DB6FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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