Html Css Color HEX #DF78B2 Persian Pink

📋 copy color: '#DF78B2'

red 223 ◦ green 120 ◦ blue 178

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

Shades of Persian Pink #DF78B2

Tints of Persian Pink #DF78B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.17%

R = 42.8%
G = 23.03%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DF78B2 (or 0xDF78B2) is known color: Persian Pink. HEX triplet: DF, 78 and B2. RGB value is (223,120,178). Sum of RGB (Red+Green+Blue) = 223+120+178=521 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.80% from 521); Green value is 120 (47.27% from 255 or 23.03% from 521); Blue value is 178 (69.92% from 255 or 34.17% from 521); Max value from RGB is 223 - color contains mainly: red. Hex color #DF78B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF78B2 is #20874D. Grayscale: #9D9D9D. Windows color (decimal): -2131790 or 11696351. OLE color: 11696351.

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

Color convert

RGB 223 120 178 -
CMYK 0 0.46 0.20 0.13
HSL 326.21º 0.62% 0.67% -
HSV(B) 326.21º 0.46% 0.87% -
XYZ 45.18 32.34 45.98 -
YUV 157.41 139.62 174.78 -
System Red Green Blue C M Y K H S L
Decimal 223 120 178 0 0.46 0.20 0.13 326.21 0.62 0.67
Hex DF 78 B2 0 2E 14 D 146 3E 43
Octal 337 170 262 0 56 24 15 506 76 103
Binary 11011111 1111000 10110010 0 101110 10100 1101 101000110 111110 1000011

Color Harmonies of #DF78B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF78B2

Black with #DF78B2

Text Example


Text Example

White with #DF78B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF78B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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