Html Css Color HEX #DB75B9 Persian Pink

📋 copy color: '#DB75B9'

red 219 ◦ green 117 ◦ blue 185

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

Shades of Persian Pink #DB75B9

Tints of Persian Pink #DB75B9

RGB

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

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

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

R = 42.03%
G = 22.46%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DB75B9 (or 0xDB75B9) is known color: Persian Pink. HEX triplet: DB, 75 and B9. RGB value is (219,117,185). Sum of RGB (Red+Green+Blue) = 219+117+185=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 117 (46.09% from 255 or 22.46% from 521); Blue value is 185 (72.66% from 255 or 35.51% from 521); Max value from RGB is 219 - color contains mainly: red. Hex color #DB75B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB75B9 is #248A46. Grayscale: #9B9B9B. Windows color (decimal): -2394695 or 12154331. OLE color: 12154331.

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

Color convert

RGB 219 117 185 -
CMYK 0 0.47 0.16 0.14
HSL 320º 0.59% 0.66% -
HSV(B) 320º 0.47% 0.86% -
XYZ 44.33 31.29 49.6 -
YUV 155.25 144.79 173.47 -
System Red Green Blue C M Y K H S L
Decimal 219 117 185 0 0.47 0.16 0.14 320 0.59 0.66
Hex DB 75 B9 0 2F 10 E 140 3B 42
Octal 333 165 271 0 57 20 16 500 73 102
Binary 11011011 1110101 10111001 0 101111 10000 1110 101000000 111011 1000010

Color Harmonies of #DB75B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB75B9

Black with #DB75B9

Text Example


Text Example

White with #DB75B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB75B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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