Html Css Color HEX #DE7AB6 Persian Pink

📋 copy color: '#DE7AB6'

red 222 ◦ green 122 ◦ blue 182

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

Shades of Persian Pink #DE7AB6

Tints of Persian Pink #DE7AB6

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.19%

 BLUE value IS 182 (71.48% from 255) = 34.6%

R = 42.21%
G = 23.19%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DE7AB6 (or 0xDE7AB6) is known color: Persian Pink. HEX triplet: DE, 7A and B6. RGB value is (222,122,182). Sum of RGB (Red+Green+Blue) = 222+122+182=526 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.21% from 526); Green value is 122 (48.05% from 255 or 23.19% from 526); Blue value is 182 (71.48% from 255 or 34.60% from 526); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7AB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7AB6 is #218549. Grayscale: #9E9E9E. Windows color (decimal): -2196810 or 11959006. OLE color: 11959006.

HSL color Cylindrical-coordinate representation of color #DE7AB6: hue angle of 324º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DE7AB6 is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 122 182 -
CMYK 0 0.45 0.18 0.13
HSL 324º 0.6% 0.67% -
HSV(B) 324º 0.45% 0.87% -
XYZ 45.53 32.83 48.19 -
YUV 158.74 141.13 173.12 -
System Red Green Blue C M Y K H S L
Decimal 222 122 182 0 0.45 0.18 0.13 324 0.6 0.67
Hex DE 7A B6 0 2D 12 D 144 3C 43
Octal 336 172 266 0 55 22 15 504 74 103
Binary 11011110 1111010 10110110 0 101101 10010 1101 101000100 111100 1000011

Color Harmonies of #DE7AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7AB6

Black with #DE7AB6

Text Example


Text Example

White with #DE7AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7AB6; }

 p { color: rgb(222,122,182); }

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

background-color css

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

 a { background-color: rgb(222,122,182); }

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

border-color css

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

 span { border-color: rgb(222,122,182); }

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