Html Css Color HEX #DB75BA Persian Pink

📋 copy color: '#DB75BA'

red 219 ◦ green 117 ◦ blue 186

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

Shades of Persian Pink #DB75BA

Tints of Persian Pink #DB75BA

RGB

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

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

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

R = 41.95%
G = 22.41%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DB75BA (or 0xDB75BA) is known color: Persian Pink. HEX triplet: DB, 75 and BA. RGB value is (219,117,186). Sum of RGB (Red+Green+Blue) = 219+117+186=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 117 (46.09% from 255 or 22.41% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 219 - color contains mainly: red. Hex color #DB75BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB75BA is #248A45. Grayscale: #9B9B9B. Windows color (decimal): -2394694 or 12219867. OLE color: 12219867.

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

Color convert

RGB 219 117 186 -
CMYK 0 0.47 0.15 0.14
HSL 319.41º 0.59% 0.66% -
HSV(B) 319.41º 0.47% 0.86% -
XYZ 44.44 31.33 50.16 -
YUV 155.36 145.29 173.39 -
System Red Green Blue C M Y K H S L
Decimal 219 117 186 0 0.47 0.15 0.14 319.41 0.59 0.66
Hex DB 75 BA 0 2F F E 13F 3B 42
Octal 333 165 272 0 57 17 16 477 73 102
Binary 11011011 1110101 10111010 0 101111 1111 1110 100111111 111011 1000010

Color Harmonies of #DB75BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB75BA

Black with #DB75BA

Text Example


Text Example

White with #DB75BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB75BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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