Html Css Color HEX #DB6CB5 Persian Pink

📋 copy color: '#DB6CB5'

red 219 ◦ green 108 ◦ blue 181

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

Shades of Persian Pink #DB6CB5

Tints of Persian Pink #DB6CB5

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.26%

 BLUE value IS 181 (71.09% from 255) = 35.63%

R = 43.11%
G = 21.26%
B = 35.63%

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

#DB6CB5 (or 0xDB6CB5) is known color: Persian Pink. HEX triplet: DB, 6C and B5. RGB value is (219,108,181). Sum of RGB (Red+Green+Blue) = 219+108+181=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 108 (42.58% from 255 or 21.26% from 508); Blue value is 181 (71.09% from 255 or 35.63% from 508); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6CB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6CB5 is #24934A. Grayscale: #959595. Windows color (decimal): -2397003 or 11889883. OLE color: 11889883.

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

Color convert

RGB 219 108 181 -
CMYK 0 0.51 0.17 0.14
HSL 320.54º 0.61% 0.64% -
HSV(B) 320.54º 0.51% 0.86% -
XYZ 42.92 29.12 47.08 -
YUV 149.51 145.77 177.56 -
System Red Green Blue C M Y K H S L
Decimal 219 108 181 0 0.51 0.17 0.14 320.54 0.61 0.64
Hex DB 6C B5 0 33 11 E 141 3D 40
Octal 333 154 265 0 63 21 16 501 75 100
Binary 11011011 1101100 10110101 0 110011 10001 1110 101000001 111101 1000000

Color Harmonies of #DB6CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6CB5

Black with #DB6CB5

Text Example


Text Example

White with #DB6CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6CB5; }

 p { color: rgb(219,108,181); }

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

background-color css

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

 a { background-color: rgb(219,108,181); }

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

border-color css

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

 span { border-color: rgb(219,108,181); }

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