Html Css Color HEX #DB7DBE Persian Pink

📋 copy color: '#DB7DBE'

red 219 ◦ green 125 ◦ blue 190

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

Shades of Persian Pink #DB7DBE

Tints of Persian Pink #DB7DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.58%

R = 41.01%
G = 23.41%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DB7DBE (or 0xDB7DBE) is known color: Persian Pink. HEX triplet: DB, 7D and BE. RGB value is (219,125,190). Sum of RGB (Red+Green+Blue) = 219+125+190=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 125 (49.22% from 255 or 23.41% from 534); Blue value is 190 (74.61% from 255 or 35.58% from 534); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7DBE is #248241. Grayscale: #A0A0A0. Windows color (decimal): -2392642 or 12484059. OLE color: 12484059.

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

Color convert

RGB 219 125 190 -
CMYK 0 0.43 0.13 0.14
HSL 318.51º 0.57% 0.67% -
HSV(B) 318.51º 0.43% 0.86% -
XYZ 45.84 33.45 52.75 -
YUV 160.52 144.64 169.71 -
System Red Green Blue C M Y K H S L
Decimal 219 125 190 0 0.43 0.13 0.14 318.51 0.57 0.67
Hex DB 7D BE 0 2B D E 13F 39 43
Octal 333 175 276 0 53 15 16 477 71 103
Binary 11011011 1111101 10111110 0 101011 1101 1110 100111111 111001 1000011

Color Harmonies of #DB7DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7DBE

Black with #DB7DBE

Text Example


Text Example

White with #DB7DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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