Html Css Color HEX #DB75B1 Persian Pink

📋 copy color: '#DB75B1'

red 219 ◦ green 117 ◦ blue 177

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

Shades of Persian Pink #DB75B1

Tints of Persian Pink #DB75B1

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.81%

 BLUE value IS 177 (69.53% from 255) = 34.5%

R = 42.69%
G = 22.81%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DB75B1 (or 0xDB75B1) is known color: Persian Pink. HEX triplet: DB, 75 and B1. RGB value is (219,117,177). Sum of RGB (Red+Green+Blue) = 219+117+177=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 117 (46.09% from 255 or 22.81% from 513); Blue value is 177 (69.53% from 255 or 34.50% from 513); Max value from RGB is 219 - color contains mainly: red. Hex color #DB75B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB75B1 is #248A4E. Grayscale: #9A9A9A. Windows color (decimal): -2394703 or 11630043. OLE color: 11630043.

HSL color Cylindrical-coordinate representation of color #DB75B1: hue angle of 324.71º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB75B1 is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 117 177 -
CMYK 0 0.47 0.19 0.14
HSL 324.71º 0.59% 0.66% -
HSV(B) 324.71º 0.47% 0.86% -
XYZ 43.51 30.96 45.28 -
YUV 154.34 140.79 174.12 -
System Red Green Blue C M Y K H S L
Decimal 219 117 177 0 0.47 0.19 0.14 324.71 0.59 0.66
Hex DB 75 B1 0 2F 13 E 145 3B 42
Octal 333 165 261 0 57 23 16 505 73 102
Binary 11011011 1110101 10110001 0 101111 10011 1110 101000101 111011 1000010

Color Harmonies of #DB75B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB75B1

Black with #DB75B1

Text Example


Text Example

White with #DB75B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB75B1; }

 p { color: rgb(219,117,177); }

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

background-color css

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

 a { background-color: rgb(219,117,177); }

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

border-color css

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

 span { border-color: rgb(219,117,177); }

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