Html Css Color HEX #DE7CBA Persian Pink

📋 copy color: '#DE7CBA'

red 222 ◦ green 124 ◦ blue 186

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

Shades of Persian Pink #DE7CBA

Tints of Persian Pink #DE7CBA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.31%

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

R = 41.73%
G = 23.31%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DE7CBA (or 0xDE7CBA) is known color: Persian Pink. HEX triplet: DE, 7C and BA. RGB value is (222,124,186). Sum of RGB (Red+Green+Blue) = 222+124+186=532 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.73% from 532); Green value is 124 (48.83% from 255 or 23.31% from 532); Blue value is 186 (73.05% from 255 or 34.96% from 532); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7CBA is #218345. Grayscale: #A0A0A0. Windows color (decimal): -2196294 or 12221662. OLE color: 12221662.

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

Color convert

RGB 222 124 186 -
CMYK 0 0.44 0.16 0.13
HSL 322.04º 0.6% 0.68% -
HSV(B) 322.04º 0.44% 0.87% -
XYZ 46.19 33.49 50.48 -
YUV 160.37 142.47 171.96 -
System Red Green Blue C M Y K H S L
Decimal 222 124 186 0 0.44 0.16 0.13 322.04 0.6 0.68
Hex DE 7C BA 0 2C 10 D 142 3C 44
Octal 336 174 272 0 54 20 15 502 74 104
Binary 11011110 1111100 10111010 0 101100 10000 1101 101000010 111100 1000100

Color Harmonies of #DE7CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7CBA

Black with #DE7CBA

Text Example


Text Example

White with #DE7CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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