Html Css Color HEX #DB6CB8 Persian Pink

📋 copy color: '#DB6CB8'

red 219 ◦ green 108 ◦ blue 184

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

Shades of Persian Pink #DB6CB8

Tints of Persian Pink #DB6CB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 36.01%

R = 42.86%
G = 21.14%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DB6CB8 (or 0xDB6CB8) is known color: Persian Pink. HEX triplet: DB, 6C and B8. RGB value is (219,108,184). Sum of RGB (Red+Green+Blue) = 219+108+184=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 108 (42.58% from 255 or 21.14% from 511); Blue value is 184 (72.27% from 255 or 36.01% from 511); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6CB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6CB8 is #249347. Grayscale: #959595. Windows color (decimal): -2397000 or 12086491. OLE color: 12086491.

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

Color convert

RGB 219 108 184 -
CMYK 0 0.51 0.16 0.14
HSL 318.92º 0.61% 0.64% -
HSV(B) 318.92º 0.51% 0.86% -
XYZ 43.23 29.25 48.71 -
YUV 149.85 147.27 177.32 -
System Red Green Blue C M Y K H S L
Decimal 219 108 184 0 0.51 0.16 0.14 318.92 0.61 0.64
Hex DB 6C B8 0 33 10 E 13F 3D 40
Octal 333 154 270 0 63 20 16 477 75 100
Binary 11011011 1101100 10111000 0 110011 10000 1110 100111111 111101 1000000

Color Harmonies of #DB6CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6CB8

Black with #DB6CB8

Text Example


Text Example

White with #DB6CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6CB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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