Html Css Color HEX #DB7CB3 Persian Pink

📋 copy color: '#DB7CB3'

red 219 ◦ green 124 ◦ blue 179

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

Shades of Persian Pink #DB7CB3

Tints of Persian Pink #DB7CB3

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.75%

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

R = 41.95%
G = 23.75%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DB7CB3 (or 0xDB7CB3) is known color: Persian Pink. HEX triplet: DB, 7C and B3. RGB value is (219,124,179). Sum of RGB (Red+Green+Blue) = 219+124+179=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 124 (48.83% from 255 or 23.75% from 522); Blue value is 179 (70.31% from 255 or 34.29% from 522); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7CB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7CB3 is #24834C. Grayscale: #9E9E9E. Windows color (decimal): -2392909 or 11762907. OLE color: 11762907.

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

Color convert

RGB 219 124 179 -
CMYK 0 0.43 0.18 0.14
HSL 325.26º 0.57% 0.67% -
HSV(B) 325.26º 0.43% 0.86% -
XYZ 44.56 32.73 46.62 -
YUV 158.68 139.47 171.03 -
System Red Green Blue C M Y K H S L
Decimal 219 124 179 0 0.43 0.18 0.14 325.26 0.57 0.67
Hex DB 7C B3 0 2B 12 E 145 39 43
Octal 333 174 263 0 53 22 16 505 71 103
Binary 11011011 1111100 10110011 0 101011 10010 1110 101000101 111001 1000011

Color Harmonies of #DB7CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7CB3

Black with #DB7CB3

Text Example


Text Example

White with #DB7CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7CB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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