Html Css Color HEX #DB75B3 Persian Pink

📋 copy color: '#DB75B3'

red 219 ◦ green 117 ◦ blue 179

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

Shades of Persian Pink #DB75B3

Tints of Persian Pink #DB75B3

RGB

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

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

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

R = 42.52%
G = 22.72%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DB75B3 (or 0xDB75B3) is known color: Persian Pink. HEX triplet: DB, 75 and B3. RGB value is (219,117,179). Sum of RGB (Red+Green+Blue) = 219+117+179=515 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.52% from 515); Green value is 117 (46.09% from 255 or 22.72% from 515); Blue value is 179 (70.31% from 255 or 34.76% from 515); Max value from RGB is 219 - color contains mainly: red. Hex color #DB75B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB75B3 is #248A4C. Grayscale: #9A9A9A. Windows color (decimal): -2394701 or 11761115. OLE color: 11761115.

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

Color convert

RGB 219 117 179 -
CMYK 0 0.47 0.18 0.14
HSL 323.53º 0.59% 0.66% -
HSV(B) 323.53º 0.47% 0.86% -
XYZ 43.71 31.04 46.33 -
YUV 154.57 141.79 173.96 -
System Red Green Blue C M Y K H S L
Decimal 219 117 179 0 0.47 0.18 0.14 323.53 0.59 0.66
Hex DB 75 B3 0 2F 12 E 144 3B 42
Octal 333 165 263 0 57 22 16 504 73 102
Binary 11011011 1110101 10110011 0 101111 10010 1110 101000100 111011 1000010

Color Harmonies of #DB75B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB75B3

Black with #DB75B3

Text Example


Text Example

White with #DB75B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB75B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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