Html Css Color HEX #DB7DBC Persian Pink

📋 copy color: '#DB7DBC'

red 219 ◦ green 125 ◦ blue 188

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

Shades of Persian Pink #DB7DBC

Tints of Persian Pink #DB7DBC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.5%

 BLUE value IS 188 (73.83% from 255) = 35.34%

R = 41.17%
G = 23.5%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#DB7DBC (or 0xDB7DBC) is known color: Persian Pink. HEX triplet: DB, 7D and BC. RGB value is (219,125,188). Sum of RGB (Red+Green+Blue) = 219+125+188=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 125 (49.22% from 255 or 23.50% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7DBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7DBC is #248243. Grayscale: #A0A0A0. Windows color (decimal): -2392644 or 12352987. OLE color: 12352987.

HSL color Cylindrical-coordinate representation of color #DB7DBC: hue angle of 319.79º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DB7DBC is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 125 188 -
CMYK 0 0.43 0.14 0.14
HSL 319.79º 0.57% 0.67% -
HSV(B) 319.79º 0.43% 0.86% -
XYZ 45.62 33.36 51.61 -
YUV 160.29 143.64 169.88 -
System Red Green Blue C M Y K H S L
Decimal 219 125 188 0 0.43 0.14 0.14 319.79 0.57 0.67
Hex DB 7D BC 0 2B E E 140 39 43
Octal 333 175 274 0 53 16 16 500 71 103
Binary 11011011 1111101 10111100 0 101011 1110 1110 101000000 111001 1000011

Color Harmonies of #DB7DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7DBC

Black with #DB7DBC

Text Example


Text Example

White with #DB7DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7DBC; }

 p { color: rgb(219,125,188); }

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

background-color css

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

 a { background-color: rgb(219,125,188); }

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

border-color css

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

 span { border-color: rgb(219,125,188); }

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