Html Css Color HEX #DE7EC2 Persian Pink

📋 copy color: '#DE7EC2'

red 222 ◦ green 126 ◦ blue 194

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

Shades of Persian Pink #DE7EC2

Tints of Persian Pink #DE7EC2

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.25%

 BLUE value IS 194 (76.17% from 255) = 35.79%

R = 40.96%
G = 23.25%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#DE7EC2 (or 0xDE7EC2) is known color: Persian Pink. HEX triplet: DE, 7E and C2. RGB value is (222,126,194). Sum of RGB (Red+Green+Blue) = 222+126+194=542 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.96% from 542); Green value is 126 (49.61% from 255 or 23.25% from 542); Blue value is 194 (76.17% from 255 or 35.79% from 542); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7EC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7EC2 is #21813D. Grayscale: #A2A2A2. Windows color (decimal): -2195774 or 12746462. OLE color: 12746462.

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

Color convert

RGB 222 126 194 -
CMYK 0 0.43 0.13 0.13
HSL 317.5º 0.59% 0.68% -
HSV(B) 317.5º 0.43% 0.87% -
XYZ 47.32 34.35 55.17 -
YUV 162.46 145.8 170.47 -
System Red Green Blue C M Y K H S L
Decimal 222 126 194 0 0.43 0.13 0.13 317.5 0.59 0.68
Hex DE 7E C2 0 2B D D 13E 3B 44
Octal 336 176 302 0 53 15 15 476 73 104
Binary 11011110 1111110 11000010 0 101011 1101 1101 100111110 111011 1000100

Color Harmonies of #DE7EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7EC2

Black with #DE7EC2

Text Example


Text Example

White with #DE7EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7EC2; }

 p { color: rgb(222,126,194); }

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

background-color css

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

 a { background-color: rgb(222,126,194); }

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

border-color css

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

 span { border-color: rgb(222,126,194); }

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