Html Css Color HEX #DB7DB3 Persian Pink

📋 copy color: '#DB7DB3'

red 219 ◦ green 125 ◦ blue 179

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

Shades of Persian Pink #DB7DB3

Tints of Persian Pink #DB7DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 34.23%

R = 41.87%
G = 23.9%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DB7DB3 (or 0xDB7DB3) is known color: Persian Pink. HEX triplet: DB, 7D and B3. RGB value is (219,125,179). Sum of RGB (Red+Green+Blue) = 219+125+179=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 125 (49.22% from 255 or 23.90% from 523); Blue value is 179 (70.31% from 255 or 34.23% from 523); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7DB3 is #24824C. Grayscale: #9F9F9F. Windows color (decimal): -2392653 or 11763163. OLE color: 11763163.

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

Color convert

RGB 219 125 179 -
CMYK 0 0.43 0.18 0.14
HSL 325.53º 0.57% 0.67% -
HSV(B) 325.53º 0.43% 0.86% -
XYZ 44.68 32.98 46.66 -
YUV 159.26 139.14 170.61 -
System Red Green Blue C M Y K H S L
Decimal 219 125 179 0 0.43 0.18 0.14 325.53 0.57 0.67
Hex DB 7D B3 0 2B 12 E 146 39 43
Octal 333 175 263 0 53 22 16 506 71 103
Binary 11011011 1111101 10110011 0 101011 10010 1110 101000110 111001 1000011

Color Harmonies of #DB7DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7DB3

Black with #DB7DB3

Text Example


Text Example

White with #DB7DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7DB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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