Html Css Color HEX #DB74BC Persian Pink

📋 copy color: '#DB74BC'

red 219 ◦ green 116 ◦ blue 188

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

Shades of Persian Pink #DB74BC

Tints of Persian Pink #DB74BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.95%

R = 41.87%
G = 22.18%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#DB74BC (or 0xDB74BC) is known color: Persian Pink. HEX triplet: DB, 74 and BC. RGB value is (219,116,188). Sum of RGB (Red+Green+Blue) = 219+116+188=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 116 (45.70% from 255 or 22.18% from 523); Blue value is 188 (73.83% from 255 or 35.95% from 523); Max value from RGB is 219 - color contains mainly: red. Hex color #DB74BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB74BC is #248B43. Grayscale: #9A9A9A. Windows color (decimal): -2394948 or 12350683. OLE color: 12350683.

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

Color convert

RGB 219 116 188 -
CMYK 0 0.47 0.14 0.14
HSL 318.06º 0.59% 0.66% -
HSV(B) 318.06º 0.47% 0.86% -
XYZ 44.54 31.18 51.25 -
YUV 155.01 146.62 173.65 -
System Red Green Blue C M Y K H S L
Decimal 219 116 188 0 0.47 0.14 0.14 318.06 0.59 0.66
Hex DB 74 BC 0 2F E E 13E 3B 42
Octal 333 164 274 0 57 16 16 476 73 102
Binary 11011011 1110100 10111100 0 101111 1110 1110 100111110 111011 1000010

Color Harmonies of #DB74BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB74BC

Black with #DB74BC

Text Example


Text Example

White with #DB74BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB74BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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