Html Css Color HEX #DB7CBC Persian Pink

📋 copy color: '#DB7CBC'

red 219 ◦ green 124 ◦ blue 188

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

Shades of Persian Pink #DB7CBC

Tints of Persian Pink #DB7CBC

RGB

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

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

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

R = 41.24%
G = 23.35%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#DB7CBC (or 0xDB7CBC) is known color: Persian Pink. HEX triplet: DB, 7C and BC. RGB value is (219,124,188). Sum of RGB (Red+Green+Blue) = 219+124+188=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 124 (48.83% from 255 or 23.35% from 531); Blue value is 188 (73.83% from 255 or 35.40% from 531); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7CBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7CBC is #248343. Grayscale: #9F9F9F. Windows color (decimal): -2392900 or 12352731. OLE color: 12352731.

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

Color convert

RGB 219 124 188 -
CMYK 0 0.43 0.14 0.14
HSL 319.58º 0.57% 0.67% -
HSV(B) 319.58º 0.43% 0.86% -
XYZ 45.5 33.11 51.57 -
YUV 159.7 143.97 170.3 -
System Red Green Blue C M Y K H S L
Decimal 219 124 188 0 0.43 0.14 0.14 319.58 0.57 0.67
Hex DB 7C BC 0 2B E E 140 39 43
Octal 333 174 274 0 53 16 16 500 71 103
Binary 11011011 1111100 10111100 0 101011 1110 1110 101000000 111001 1000011

Color Harmonies of #DB7CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7CBC

Black with #DB7CBC

Text Example


Text Example

White with #DB7CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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