Html Css Color HEX #DB75B4 Persian Pink

📋 copy color: '#DB75B4'

red 219 ◦ green 117 ◦ blue 180

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

Shades of Persian Pink #DB75B4

Tints of Persian Pink #DB75B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.88%

R = 42.44%
G = 22.67%
B = 34.88%

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

#DB75B4 (or 0xDB75B4) is known color: Persian Pink. HEX triplet: DB, 75 and B4. RGB value is (219,117,180). Sum of RGB (Red+Green+Blue) = 219+117+180=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 117 (46.09% from 255 or 22.67% from 516); Blue value is 180 (70.70% from 255 or 34.88% from 516); Max value from RGB is 219 - color contains mainly: red. Hex color #DB75B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB75B4 is #248A4B. Grayscale: #9A9A9A. Windows color (decimal): -2394700 or 11826651. OLE color: 11826651.

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

Color convert

RGB 219 117 180 -
CMYK 0 0.47 0.18 0.14
HSL 322.94º 0.59% 0.66% -
HSV(B) 322.94º 0.47% 0.86% -
XYZ 43.81 31.08 46.87 -
YUV 154.68 142.29 173.88 -
System Red Green Blue C M Y K H S L
Decimal 219 117 180 0 0.47 0.18 0.14 322.94 0.59 0.66
Hex DB 75 B4 0 2F 12 E 143 3B 42
Octal 333 165 264 0 57 22 16 503 73 102
Binary 11011011 1110101 10110100 0 101111 10010 1110 101000011 111011 1000010

Color Harmonies of #DB75B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB75B4

Black with #DB75B4

Text Example


Text Example

White with #DB75B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB75B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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