Html Css Color HEX #DE6EBA Persian Pink

📋 copy color: '#DE6EBA'

red 222 ◦ green 110 ◦ blue 186

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

Shades of Persian Pink #DE6EBA

Tints of Persian Pink #DE6EBA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.24%

 BLUE value IS 186 (73.05% from 255) = 35.91%

R = 42.86%
G = 21.24%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DE6EBA (or 0xDE6EBA) is known color: Persian Pink. HEX triplet: DE, 6E and BA. RGB value is (222,110,186). Sum of RGB (Red+Green+Blue) = 222+110+186=518 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.86% from 518); Green value is 110 (43.36% from 255 or 21.24% from 518); Blue value is 186 (73.05% from 255 or 35.91% from 518); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6EBA is #219145. Grayscale: #979797. Windows color (decimal): -2199878 or 12218078. OLE color: 12218078.

HSL color Cylindrical-coordinate representation of color #DE6EBA: hue angle of 319.29º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DE6EBA is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 110 186 -
CMYK 0 0.50 0.16 0.13
HSL 319.29º 0.63% 0.65% -
HSV(B) 319.29º 0.5% 0.87% -
XYZ 44.56 30.23 49.94 -
YUV 152.15 147.11 177.82 -
System Red Green Blue C M Y K H S L
Decimal 222 110 186 0 0.50 0.16 0.13 319.29 0.63 0.65
Hex DE 6E BA 0 32 10 D 13F 3F 41
Octal 336 156 272 0 62 20 15 477 77 101
Binary 11011110 1101110 10111010 0 110010 10000 1101 100111111 111111 1000001

Color Harmonies of #DE6EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6EBA

Black with #DE6EBA

Text Example


Text Example

White with #DE6EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6EBA; }

 p { color: rgb(222,110,186); }

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

background-color css

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

 a { background-color: rgb(222,110,186); }

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

border-color css

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

 span { border-color: rgb(222,110,186); }

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