Html Css Color HEX #DB7CBA Persian Pink

📋 copy color: '#DB7CBA'

red 219 ◦ green 124 ◦ blue 186

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

Shades of Persian Pink #DB7CBA

Tints of Persian Pink #DB7CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.16%

R = 41.4%
G = 23.44%
B = 35.16%

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

#DB7CBA (or 0xDB7CBA) is known color: Persian Pink. HEX triplet: DB, 7C and BA. RGB value is (219,124,186). Sum of RGB (Red+Green+Blue) = 219+124+186=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 124 (48.83% from 255 or 23.44% from 529); Blue value is 186 (73.05% from 255 or 35.16% from 529); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7CBA is #248345. Grayscale: #9F9F9F. Windows color (decimal): -2392902 or 12221659. OLE color: 12221659.

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

Color convert

RGB 219 124 186 -
CMYK 0 0.43 0.15 0.14
HSL 320.84º 0.57% 0.67% -
HSV(B) 320.84º 0.43% 0.86% -
XYZ 45.28 33.02 50.44 -
YUV 159.47 142.97 170.46 -
System Red Green Blue C M Y K H S L
Decimal 219 124 186 0 0.43 0.15 0.14 320.84 0.57 0.67
Hex DB 7C BA 0 2B F E 141 39 43
Octal 333 174 272 0 53 17 16 501 71 103
Binary 11011011 1111100 10111010 0 101011 1111 1110 101000001 111001 1000011

Color Harmonies of #DB7CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7CBA

Black with #DB7CBA

Text Example


Text Example

White with #DB7CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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