Html Css Color HEX #DF78B5 Persian Pink

📋 copy color: '#DF78B5'

red 223 ◦ green 120 ◦ blue 181

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

Shades of Persian Pink #DF78B5

Tints of Persian Pink #DF78B5

RGB

 RED value IS 223 (87.5% from 255) = 42.56%

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

 BLUE value IS 181 (71.09% from 255) = 34.54%

R = 42.56%
G = 22.9%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DF78B5 (or 0xDF78B5) is known color: Persian Pink. HEX triplet: DF, 78 and B5. RGB value is (223,120,181). Sum of RGB (Red+Green+Blue) = 223+120+181=524 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.56% from 524); Green value is 120 (47.27% from 255 or 22.90% from 524); Blue value is 181 (71.09% from 255 or 34.54% from 524); Max value from RGB is 223 - color contains mainly: red. Hex color #DF78B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF78B5 is #20874A. Grayscale: #9D9D9D. Windows color (decimal): -2131787 or 11892959. OLE color: 11892959.

HSL color Cylindrical-coordinate representation of color #DF78B5: hue angle of 324.47º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DF78B5 is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 120 181 -
CMYK 0 0.46 0.19 0.13
HSL 324.47º 0.62% 0.67% -
HSV(B) 324.47º 0.46% 0.87% -
XYZ 45.49 32.46 47.58 -
YUV 157.75 141.12 174.54 -
System Red Green Blue C M Y K H S L
Decimal 223 120 181 0 0.46 0.19 0.13 324.47 0.62 0.67
Hex DF 78 B5 0 2E 13 D 144 3E 43
Octal 337 170 265 0 56 23 15 504 76 103
Binary 11011111 1111000 10110101 0 101110 10011 1101 101000100 111110 1000011

Color Harmonies of #DF78B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF78B5

Black with #DF78B5

Text Example


Text Example

White with #DF78B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF78B5; }

 p { color: rgb(223,120,181); }

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

background-color css

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

 a { background-color: rgb(223,120,181); }

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

border-color css

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

 span { border-color: rgb(223,120,181); }

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