Html Css Color HEX #DB7CB9 Persian Pink

📋 copy color: '#DB7CB9'

red 219 ◦ green 124 ◦ blue 185

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

Shades of Persian Pink #DB7CB9

Tints of Persian Pink #DB7CB9

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.48%

 BLUE value IS 185 (72.66% from 255) = 35.04%

R = 41.48%
G = 23.48%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DB7CB9 (or 0xDB7CB9) is known color: Persian Pink. HEX triplet: DB, 7C and B9. RGB value is (219,124,185). Sum of RGB (Red+Green+Blue) = 219+124+185=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 124 (48.83% from 255 or 23.48% from 528); Blue value is 185 (72.66% from 255 or 35.04% from 528); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7CB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7CB9 is #248346. Grayscale: #9F9F9F. Windows color (decimal): -2392903 or 12156123. OLE color: 12156123.

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

Color convert

RGB 219 124 185 -
CMYK 0 0.43 0.16 0.14
HSL 321.47º 0.57% 0.67% -
HSV(B) 321.47º 0.43% 0.86% -
XYZ 45.18 32.98 49.88 -
YUV 159.36 142.47 170.54 -
System Red Green Blue C M Y K H S L
Decimal 219 124 185 0 0.43 0.16 0.14 321.47 0.57 0.67
Hex DB 7C B9 0 2B 10 E 141 39 43
Octal 333 174 271 0 53 20 16 501 71 103
Binary 11011011 1111100 10111001 0 101011 10000 1110 101000001 111001 1000011

Color Harmonies of #DB7CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7CB9

Black with #DB7CB9

Text Example


Text Example

White with #DB7CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7CB9; }

 p { color: rgb(219,124,185); }

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

background-color css

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

 a { background-color: rgb(219,124,185); }

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

border-color css

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

 span { border-color: rgb(219,124,185); }

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