Html Css Color HEX #DB7DBD Persian Pink

📋 copy color: '#DB7DBD'

red 219 ◦ green 125 ◦ blue 189

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

Shades of Persian Pink #DB7DBD

Tints of Persian Pink #DB7DBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 35.46%

R = 41.09%
G = 23.45%
B = 35.46%

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

#DB7DBD (or 0xDB7DBD) is known color: Persian Pink. HEX triplet: DB, 7D and BD. RGB value is (219,125,189). Sum of RGB (Red+Green+Blue) = 219+125+189=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 125 (49.22% from 255 or 23.45% from 533); Blue value is 189 (74.22% from 255 or 35.46% from 533); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7DBD is #248242. Grayscale: #A0A0A0. Windows color (decimal): -2392643 or 12418523. OLE color: 12418523.

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

Color convert

RGB 219 125 189 -
CMYK 0 0.43 0.14 0.14
HSL 319.15º 0.57% 0.67% -
HSV(B) 319.15º 0.43% 0.86% -
XYZ 45.73 33.4 52.18 -
YUV 160.4 144.14 169.8 -
System Red Green Blue C M Y K H S L
Decimal 219 125 189 0 0.43 0.14 0.14 319.15 0.57 0.67
Hex DB 7D BD 0 2B E E 13F 39 43
Octal 333 175 275 0 53 16 16 477 71 103
Binary 11011011 1111101 10111101 0 101011 1110 1110 100111111 111001 1000011

Color Harmonies of #DB7DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7DBD

Black with #DB7DBD

Text Example


Text Example

White with #DB7DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7DBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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