Html Css Color HEX #DE7FC1 Persian Pink

📋 copy color: '#DE7FC1'

red 222 ◦ green 127 ◦ blue 193

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

Shades of Persian Pink #DE7FC1

Tints of Persian Pink #DE7FC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 35.61%

R = 40.96%
G = 23.43%
B = 35.61%

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

#DE7FC1 (or 0xDE7FC1) is known color: Persian Pink. HEX triplet: DE, 7F and C1. RGB value is (222,127,193). Sum of RGB (Red+Green+Blue) = 222+127+193=542 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.96% from 542); Green value is 127 (50% from 255 or 23.43% from 542); Blue value is 193 (75.78% from 255 or 35.61% from 542); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7FC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7FC1 is #21803E. Grayscale: #A2A2A2. Windows color (decimal): -2195519 or 12681182. OLE color: 12681182.

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

Color convert

RGB 222 127 193 -
CMYK 0 0.43 0.13 0.13
HSL 318.32º 0.59% 0.68% -
HSV(B) 318.32º 0.43% 0.87% -
XYZ 47.34 34.56 54.63 -
YUV 162.93 144.97 170.13 -
System Red Green Blue C M Y K H S L
Decimal 222 127 193 0 0.43 0.13 0.13 318.32 0.59 0.68
Hex DE 7F C1 0 2B D D 13E 3B 44
Octal 336 177 301 0 53 15 15 476 73 104
Binary 11011110 1111111 11000001 0 101011 1101 1101 100111110 111011 1000100

Color Harmonies of #DE7FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7FC1

Black with #DE7FC1

Text Example


Text Example

White with #DE7FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7FC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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