Html Css Color HEX #DB75B2 Persian Pink

📋 copy color: '#DB75B2'

red 219 ◦ green 117 ◦ blue 178

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

Shades of Persian Pink #DB75B2

Tints of Persian Pink #DB75B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.63%

R = 42.61%
G = 22.76%
B = 34.63%

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

#DB75B2 (or 0xDB75B2) is known color: Persian Pink. HEX triplet: DB, 75 and B2. RGB value is (219,117,178). Sum of RGB (Red+Green+Blue) = 219+117+178=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 117 (46.09% from 255 or 22.76% from 514); Blue value is 178 (69.92% from 255 or 34.63% from 514); Max value from RGB is 219 - color contains mainly: red. Hex color #DB75B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB75B2 is #248A4D. Grayscale: #9A9A9A. Windows color (decimal): -2394702 or 11695579. OLE color: 11695579.

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

Color convert

RGB 219 117 178 -
CMYK 0 0.47 0.19 0.14
HSL 324.12º 0.59% 0.66% -
HSV(B) 324.12º 0.47% 0.86% -
XYZ 43.61 31 45.8 -
YUV 154.45 141.29 174.04 -
System Red Green Blue C M Y K H S L
Decimal 219 117 178 0 0.47 0.19 0.14 324.12 0.59 0.66
Hex DB 75 B2 0 2F 13 E 144 3B 42
Octal 333 165 262 0 57 23 16 504 73 102
Binary 11011011 1110101 10110010 0 101111 10011 1110 101000100 111011 1000010

Color Harmonies of #DB75B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB75B2

Black with #DB75B2

Text Example


Text Example

White with #DB75B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB75B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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