Html Css Color HEX #DB72B3 Persian Pink

📋 copy color: '#DB72B3'

red 219 ◦ green 114 ◦ blue 179

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

Shades of Persian Pink #DB72B3

Tints of Persian Pink #DB72B3

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.27%

 BLUE value IS 179 (70.31% from 255) = 34.96%

R = 42.77%
G = 22.27%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DB72B3 (or 0xDB72B3) is known color: Persian Pink. HEX triplet: DB, 72 and B3. RGB value is (219,114,179). Sum of RGB (Red+Green+Blue) = 219+114+179=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 114 (44.92% from 255 or 22.27% from 512); Blue value is 179 (70.31% from 255 or 34.96% from 512); Max value from RGB is 219 - color contains mainly: red. Hex color #DB72B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB72B3 is #248D4C. Grayscale: #989898. Windows color (decimal): -2395469 or 11760347. OLE color: 11760347.

HSL color Cylindrical-coordinate representation of color #DB72B3: hue angle of 322.86º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DB72B3 is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 114 179 -
CMYK 0 0.48 0.18 0.14
HSL 322.86º 0.59% 0.65% -
HSV(B) 322.86º 0.48% 0.86% -
XYZ 43.37 30.35 46.22 -
YUV 152.81 142.79 175.21 -
System Red Green Blue C M Y K H S L
Decimal 219 114 179 0 0.48 0.18 0.14 322.86 0.59 0.65
Hex DB 72 B3 0 30 12 E 143 3B 41
Octal 333 162 263 0 60 22 16 503 73 101
Binary 11011011 1110010 10110011 0 110000 10010 1110 101000011 111011 1000001

Color Harmonies of #DB72B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB72B3

Black with #DB72B3

Text Example


Text Example

White with #DB72B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB72B3; }

 p { color: rgb(219,114,179); }

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

background-color css

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

 a { background-color: rgb(219,114,179); }

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

border-color css

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

 span { border-color: rgb(219,114,179); }

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