Html Css Color HEX #DB7DBB Persian Pink

📋 copy color: '#DB7DBB'

red 219 ◦ green 125 ◦ blue 187

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

Shades of Persian Pink #DB7DBB

Tints of Persian Pink #DB7DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.22%

R = 41.24%
G = 23.54%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DB7DBB (or 0xDB7DBB) is known color: Persian Pink. HEX triplet: DB, 7D and BB. RGB value is (219,125,187). Sum of RGB (Red+Green+Blue) = 219+125+187=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 125 (49.22% from 255 or 23.54% from 531); Blue value is 187 (73.44% from 255 or 35.22% from 531); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7DBB is #248244. Grayscale: #A0A0A0. Windows color (decimal): -2392645 or 12287451. OLE color: 12287451.

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

Color convert

RGB 219 125 187 -
CMYK 0 0.43 0.15 0.14
HSL 320.43º 0.57% 0.67% -
HSV(B) 320.43º 0.43% 0.86% -
XYZ 45.52 33.32 51.05 -
YUV 160.17 143.14 169.96 -
System Red Green Blue C M Y K H S L
Decimal 219 125 187 0 0.43 0.15 0.14 320.43 0.57 0.67
Hex DB 7D BB 0 2B F E 140 39 43
Octal 333 175 273 0 53 17 16 500 71 103
Binary 11011011 1111101 10111011 0 101011 1111 1110 101000000 111001 1000011

Color Harmonies of #DB7DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7DBB

Black with #DB7DBB

Text Example


Text Example

White with #DB7DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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