Html Css Color HEX #DE78B3 Persian Pink

📋 copy color: '#DE78B3'

red 222 ◦ green 120 ◦ blue 179

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

Shades of Persian Pink #DE78B3

Tints of Persian Pink #DE78B3

RGB

 RED value IS 222 (87.11% from 255) = 42.61%

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

 BLUE value IS 179 (70.31% from 255) = 34.36%

R = 42.61%
G = 23.03%
B = 34.36%

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

#DE78B3 (or 0xDE78B3) is known color: Persian Pink. HEX triplet: DE, 78 and B3. RGB value is (222,120,179). Sum of RGB (Red+Green+Blue) = 222+120+179=521 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.61% from 521); Green value is 120 (47.27% from 255 or 23.03% from 521); Blue value is 179 (70.31% from 255 or 34.36% from 521); Max value from RGB is 222 - color contains mainly: red. Hex color #DE78B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE78B3 is #21874C. Grayscale: #9D9D9D. Windows color (decimal): -2197325 or 11761886. OLE color: 11761886.

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

Color convert

RGB 222 120 179 -
CMYK 0 0.46 0.19 0.13
HSL 325.29º 0.61% 0.67% -
HSV(B) 325.29º 0.46% 0.87% -
XYZ 44.98 32.22 46.5 -
YUV 157.22 140.29 174.2 -
System Red Green Blue C M Y K H S L
Decimal 222 120 179 0 0.46 0.19 0.13 325.29 0.61 0.67
Hex DE 78 B3 0 2E 13 D 145 3D 43
Octal 336 170 263 0 56 23 15 505 75 103
Binary 11011110 1111000 10110011 0 101110 10011 1101 101000101 111101 1000011

Color Harmonies of #DE78B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE78B3

Black with #DE78B3

Text Example


Text Example

White with #DE78B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE78B3; }

 p { color: rgb(222,120,179); }

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

background-color css

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

 a { background-color: rgb(222,120,179); }

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

border-color css

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

 span { border-color: rgb(222,120,179); }

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