Html Css Color HEX #DA78AF Persian Pink

📋 copy color: '#DA78AF'

red 218 ◦ green 120 ◦ blue 175

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

Shades of Persian Pink #DA78AF

Tints of Persian Pink #DA78AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 34.11%

R = 42.5%
G = 23.39%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#DA78AF (or 0xDA78AF) is known color: Persian Pink. HEX triplet: DA, 78 and AF. RGB value is (218,120,175). Sum of RGB (Red+Green+Blue) = 218+120+175=513 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.50% from 513); Green value is 120 (47.27% from 255 or 23.39% from 513); Blue value is 175 (68.75% from 255 or 34.11% from 513); Max value from RGB is 218 - color contains mainly: red. Hex color #DA78AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA78AF is #258750. Grayscale: #9B9B9B. Windows color (decimal): -2459473 or 11499738. OLE color: 11499738.

HSL color Cylindrical-coordinate representation of color #DA78AF: hue angle of 326.33º 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 #DA78AF is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 120 175 -
CMYK 0 0.45 0.20 0.15
HSL 326.33º 0.57% 0.66% -
HSV(B) 326.33º 0.45% 0.85% -
XYZ 43.37 31.43 44.34 -
YUV 155.57 138.97 172.53 -
System Red Green Blue C M Y K H S L
Decimal 218 120 175 0 0.45 0.20 0.15 326.33 0.57 0.66
Hex DA 78 AF 0 2D 14 F 146 39 42
Octal 332 170 257 0 55 24 17 506 71 102
Binary 11011010 1111000 10101111 0 101101 10100 1111 101000110 111001 1000010

Color Harmonies of #DA78AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA78AF

Black with #DA78AF

Text Example


Text Example

White with #DA78AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA78AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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