Html Css Color HEX #DB74B2 Persian Pink

📋 copy color: '#DB74B2'

red 219 ◦ green 116 ◦ blue 178

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

Shades of Persian Pink #DB74B2

Tints of Persian Pink #DB74B2

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.61%

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

R = 42.69%
G = 22.61%
B = 34.7%

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

#DB74B2 (or 0xDB74B2) is known color: Persian Pink. HEX triplet: DB, 74 and B2. RGB value is (219,116,178). Sum of RGB (Red+Green+Blue) = 219+116+178=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 116 (45.70% from 255 or 22.61% from 513); Blue value is 178 (69.92% from 255 or 34.70% from 513); Max value from RGB is 219 - color contains mainly: red. Hex color #DB74B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB74B2 is #248B4D. Grayscale: #999999. Windows color (decimal): -2394958 or 11695323. OLE color: 11695323.

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

Color convert

RGB 219 116 178 -
CMYK 0 0.47 0.19 0.14
HSL 323.88º 0.59% 0.66% -
HSV(B) 323.88º 0.47% 0.86% -
XYZ 43.49 30.77 45.77 -
YUV 153.87 141.62 174.46 -
System Red Green Blue C M Y K H S L
Decimal 219 116 178 0 0.47 0.19 0.14 323.88 0.59 0.66
Hex DB 74 B2 0 2F 13 E 144 3B 42
Octal 333 164 262 0 57 23 16 504 73 102
Binary 11011011 1110100 10110010 0 101111 10011 1110 101000100 111011 1000010

Color Harmonies of #DB74B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB74B2

Black with #DB74B2

Text Example


Text Example

White with #DB74B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB74B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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