Html Css Color HEX #DA78BD Persian Pink

📋 copy color: '#DA78BD'

red 218 ◦ green 120 ◦ blue 189

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

Shades of Persian Pink #DA78BD

Tints of Persian Pink #DA78BD

RGB

 RED value IS 218 (85.55% from 255) = 41.37%

 GREEN value IS 120 (47.27% from 255) = 22.77%

 BLUE value IS 189 (74.22% from 255) = 35.86%

R = 41.37%
G = 22.77%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#DA78BD (or 0xDA78BD) is known color: Persian Pink. HEX triplet: DA, 78 and BD. RGB value is (218,120,189). Sum of RGB (Red+Green+Blue) = 218+120+189=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 120 (47.27% from 255 or 22.77% from 527); Blue value is 189 (74.22% from 255 or 35.86% from 527); Max value from RGB is 218 - color contains mainly: red. Hex color #DA78BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA78BD is #258742. Grayscale: #9C9C9C. Windows color (decimal): -2459459 or 12417242. OLE color: 12417242.

HSL color Cylindrical-coordinate representation of color #DA78BD: hue angle of 317.76º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DA78BD is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 120 189 -
CMYK 0 0.45 0.13 0.15
HSL 317.76º 0.57% 0.66% -
HSV(B) 317.76º 0.45% 0.85% -
XYZ 44.82 32.01 51.96 -
YUV 157.17 145.97 171.39 -
System Red Green Blue C M Y K H S L
Decimal 218 120 189 0 0.45 0.13 0.15 317.76 0.57 0.66
Hex DA 78 BD 0 2D D F 13E 39 42
Octal 332 170 275 0 55 15 17 476 71 102
Binary 11011010 1111000 10111101 0 101101 1101 1111 100111110 111001 1000010

Color Harmonies of #DA78BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA78BD

Black with #DA78BD

Text Example


Text Example

White with #DA78BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA78BD; }

 p { color: rgb(218,120,189); }

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

background-color css

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

 a { background-color: rgb(218,120,189); }

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

border-color css

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

 span { border-color: rgb(218,120,189); }

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