Html Css Color HEX #DB7DC0 Persian Pink

📋 copy color: '#DB7DC0'

red 219 ◦ green 125 ◦ blue 192

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

Shades of Persian Pink #DB7DC0

Tints of Persian Pink #DB7DC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 35.82%

R = 40.86%
G = 23.32%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#DB7DC0 (or 0xDB7DC0) is known color: Persian Pink. HEX triplet: DB, 7D and C0. RGB value is (219,125,192). Sum of RGB (Red+Green+Blue) = 219+125+192=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 125 (49.22% from 255 or 23.32% from 536); Blue value is 192 (75.39% from 255 or 35.82% from 536); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7DC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7DC0 is #24823F. Grayscale: #A0A0A0. Windows color (decimal): -2392640 or 12615131. OLE color: 12615131.

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

Color convert

RGB 219 125 192 -
CMYK 0 0.43 0.12 0.14
HSL 317.23º 0.57% 0.67% -
HSV(B) 317.23º 0.43% 0.86% -
XYZ 46.06 33.53 53.91 -
YUV 160.74 145.64 169.55 -
System Red Green Blue C M Y K H S L
Decimal 219 125 192 0 0.43 0.12 0.14 317.23 0.57 0.67
Hex DB 7D C0 0 2B C E 13D 39 43
Octal 333 175 300 0 53 14 16 475 71 103
Binary 11011011 1111101 11000000 0 101011 1100 1110 100111101 111001 1000011

Color Harmonies of #DB7DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7DC0

Black with #DB7DC0

Text Example


Text Example

White with #DB7DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7DC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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