Html Css Color HEX #DE7DB2 Persian Pink

📋 copy color: '#DE7DB2'

red 222 ◦ green 125 ◦ blue 178

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

Shades of Persian Pink #DE7DB2

Tints of Persian Pink #DE7DB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.9%

R = 42.29%
G = 23.81%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DE7DB2 (or 0xDE7DB2) is known color: Persian Pink. HEX triplet: DE, 7D and B2. RGB value is (222,125,178). Sum of RGB (Red+Green+Blue) = 222+125+178=525 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.29% from 525); Green value is 125 (49.22% from 255 or 23.81% from 525); Blue value is 178 (69.92% from 255 or 33.90% from 525); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7DB2 is #21824D. Grayscale: #9F9F9F. Windows color (decimal): -2196046 or 11697630. OLE color: 11697630.

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

Color convert

RGB 222 125 178 -
CMYK 0 0.44 0.20 0.13
HSL 327.22º 0.6% 0.68% -
HSV(B) 327.22º 0.44% 0.87% -
XYZ 45.49 33.41 46.17 -
YUV 160.05 138.14 172.19 -
System Red Green Blue C M Y K H S L
Decimal 222 125 178 0 0.44 0.20 0.13 327.22 0.6 0.68
Hex DE 7D B2 0 2C 14 D 147 3C 44
Octal 336 175 262 0 54 24 15 507 74 104
Binary 11011110 1111101 10110010 0 101100 10100 1101 101000111 111100 1000100

Color Harmonies of #DE7DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7DB2

Black with #DE7DB2

Text Example


Text Example

White with #DE7DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7DB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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