Html Css Color HEX #DE7DB8 Persian Pink

📋 copy color: '#DE7DB8'

red 222 ◦ green 125 ◦ blue 184

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

Shades of Persian Pink #DE7DB8

Tints of Persian Pink #DE7DB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 34.65%

R = 41.81%
G = 23.54%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DE7DB8 (or 0xDE7DB8) is known color: Persian Pink. HEX triplet: DE, 7D and B8. RGB value is (222,125,184). Sum of RGB (Red+Green+Blue) = 222+125+184=531 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.81% from 531); Green value is 125 (49.22% from 255 or 23.54% from 531); Blue value is 184 (72.27% from 255 or 34.65% from 531); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7DB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7DB8 is #218247. Grayscale: #A0A0A0. Windows color (decimal): -2196040 or 12090846. OLE color: 12090846.

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

Color convert

RGB 222 125 184 -
CMYK 0 0.44 0.17 0.13
HSL 323.51º 0.6% 0.68% -
HSV(B) 323.51º 0.44% 0.87% -
XYZ 46.11 33.66 49.41 -
YUV 160.73 141.14 171.7 -
System Red Green Blue C M Y K H S L
Decimal 222 125 184 0 0.44 0.17 0.13 323.51 0.6 0.68
Hex DE 7D B8 0 2C 11 D 144 3C 44
Octal 336 175 270 0 54 21 15 504 74 104
Binary 11011110 1111101 10111000 0 101100 10001 1101 101000100 111100 1000100

Color Harmonies of #DE7DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7DB8

Black with #DE7DB8

Text Example


Text Example

White with #DE7DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7DB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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