Html Css Color HEX #DE7DC0 Persian Pink

📋 copy color: '#DE7DC0'

red 222 ◦ green 125 ◦ blue 192

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

Shades of Persian Pink #DE7DC0

Tints of Persian Pink #DE7DC0

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.19%

 BLUE value IS 192 (75.39% from 255) = 35.62%

R = 41.19%
G = 23.19%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DE7DC0 (or 0xDE7DC0) is known color: Persian Pink. HEX triplet: DE, 7D and C0. RGB value is (222,125,192). Sum of RGB (Red+Green+Blue) = 222+125+192=539 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.19% from 539); Green value is 125 (49.22% from 255 or 23.19% from 539); Blue value is 192 (75.39% from 255 or 35.62% from 539); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7DC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7DC0 is #21823F. Grayscale: #A1A1A1. Windows color (decimal): -2196032 or 12615134. OLE color: 12615134.

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

Color convert

RGB 222 125 192 -
CMYK 0 0.44 0.14 0.13
HSL 318.56º 0.6% 0.68% -
HSV(B) 318.56º 0.44% 0.87% -
XYZ 46.97 34 53.96 -
YUV 161.64 145.14 171.05 -
System Red Green Blue C M Y K H S L
Decimal 222 125 192 0 0.44 0.14 0.13 318.56 0.6 0.68
Hex DE 7D C0 0 2C E D 13F 3C 44
Octal 336 175 300 0 54 16 15 477 74 104
Binary 11011110 1111101 11000000 0 101100 1110 1101 100111111 111100 1000100

Color Harmonies of #DE7DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7DC0

Black with #DE7DC0

Text Example


Text Example

White with #DE7DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7DC0; }

 p { color: rgb(222,125,192); }

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

background-color css

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

 a { background-color: rgb(222,125,192); }

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

border-color css

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

 span { border-color: rgb(222,125,192); }

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