Html Css Color HEX #DB75AF Persian Pink

📋 copy color: '#DB75AF'

red 219 ◦ green 117 ◦ blue 175

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

Shades of Persian Pink #DB75AF

Tints of Persian Pink #DB75AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 34.25%

R = 42.86%
G = 22.9%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DB75AF (or 0xDB75AF) is known color: Persian Pink. HEX triplet: DB, 75 and AF. RGB value is (219,117,175). Sum of RGB (Red+Green+Blue) = 219+117+175=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 117 (46.09% from 255 or 22.90% from 511); Blue value is 175 (68.75% from 255 or 34.25% from 511); Max value from RGB is 219 - color contains mainly: red. Hex color #DB75AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB75AF is #248A50. Grayscale: #999999. Windows color (decimal): -2394705 or 11498971. OLE color: 11498971.

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

Color convert

RGB 219 117 175 -
CMYK 0 0.47 0.20 0.14
HSL 325.88º 0.59% 0.66% -
HSV(B) 325.88º 0.47% 0.86% -
XYZ 43.31 30.88 44.23 -
YUV 154.11 139.79 174.28 -
System Red Green Blue C M Y K H S L
Decimal 219 117 175 0 0.47 0.20 0.14 325.88 0.59 0.66
Hex DB 75 AF 0 2F 14 E 146 3B 42
Octal 333 165 257 0 57 24 16 506 73 102
Binary 11011011 1110101 10101111 0 101111 10100 1110 101000110 111011 1000010

Color Harmonies of #DB75AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB75AF

Black with #DB75AF

Text Example


Text Example

White with #DB75AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB75AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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