Html Css Color HEX #DB75B0 Persian Pink

📋 copy color: '#DB75B0'

red 219 ◦ green 117 ◦ blue 176

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

Shades of Persian Pink #DB75B0

Tints of Persian Pink #DB75B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 34.38%

R = 42.77%
G = 22.85%
B = 34.38%

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

#DB75B0 (or 0xDB75B0) is known color: Persian Pink. HEX triplet: DB, 75 and B0. RGB value is (219,117,176). Sum of RGB (Red+Green+Blue) = 219+117+176=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 117 (46.09% from 255 or 22.85% from 512); Blue value is 176 (69.14% from 255 or 34.38% from 512); Max value from RGB is 219 - color contains mainly: red. Hex color #DB75B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB75B0 is #248A4F. Grayscale: #9A9A9A. Windows color (decimal): -2394704 or 11564507. OLE color: 11564507.

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

Color convert

RGB 219 117 176 -
CMYK 0 0.47 0.20 0.14
HSL 325.29º 0.59% 0.66% -
HSV(B) 325.29º 0.47% 0.86% -
XYZ 43.41 30.92 44.75 -
YUV 154.22 140.29 174.2 -
System Red Green Blue C M Y K H S L
Decimal 219 117 176 0 0.47 0.20 0.14 325.29 0.59 0.66
Hex DB 75 B0 0 2F 14 E 145 3B 42
Octal 333 165 260 0 57 24 16 505 73 102
Binary 11011011 1110101 10110000 0 101111 10100 1110 101000101 111011 1000010

Color Harmonies of #DB75B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB75B0

Black with #DB75B0

Text Example


Text Example

White with #DB75B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB75B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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