Html Css Color HEX #DE7FBA Persian Pink

📋 copy color: '#DE7FBA'

red 222 ◦ green 127 ◦ blue 186

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

Shades of Persian Pink #DE7FBA

Tints of Persian Pink #DE7FBA

RGB

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

 GREEN value IS 127 (50% from 255) = 23.74%

 BLUE value IS 186 (73.05% from 255) = 34.77%

R = 41.5%
G = 23.74%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DE7FBA (or 0xDE7FBA) is known color: Persian Pink. HEX triplet: DE, 7F and BA. RGB value is (222,127,186). Sum of RGB (Red+Green+Blue) = 222+127+186=535 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.50% from 535); Green value is 127 (50% from 255 or 23.74% from 535); Blue value is 186 (73.05% from 255 or 34.77% from 535); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7FBA is #218045. Grayscale: #A1A1A1. Windows color (decimal): -2195526 or 12222430. OLE color: 12222430.

HSL color Cylindrical-coordinate representation of color #DE7FBA: hue angle of 322.74º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DE7FBA is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 127 186 -
CMYK 0 0.43 0.16 0.13
HSL 322.74º 0.59% 0.68% -
HSV(B) 322.74º 0.43% 0.87% -
XYZ 46.58 34.25 50.61 -
YUV 162.13 141.47 170.7 -
System Red Green Blue C M Y K H S L
Decimal 222 127 186 0 0.43 0.16 0.13 322.74 0.59 0.68
Hex DE 7F BA 0 2B 10 D 143 3B 44
Octal 336 177 272 0 53 20 15 503 73 104
Binary 11011110 1111111 10111010 0 101011 10000 1101 101000011 111011 1000100

Color Harmonies of #DE7FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7FBA

Black with #DE7FBA

Text Example


Text Example

White with #DE7FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7FBA; }

 p { color: rgb(222,127,186); }

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

background-color css

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

 a { background-color: rgb(222,127,186); }

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

border-color css

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

 span { border-color: rgb(222,127,186); }

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