Html Css Color HEX #DE69BA Persian Pink

📋 copy color: '#DE69BA'

red 222 ◦ green 105 ◦ blue 186

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

Shades of Persian Pink #DE69BA

Tints of Persian Pink #DE69BA

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.47%

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

R = 43.27%
G = 20.47%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DE69BA (or 0xDE69BA) is known color: Persian Pink. HEX triplet: DE, 69 and BA. RGB value is (222,105,186). Sum of RGB (Red+Green+Blue) = 222+105+186=513 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.27% from 513); Green value is 105 (41.41% from 255 or 20.47% from 513); Blue value is 186 (73.05% from 255 or 36.26% from 513); Max value from RGB is 222 - color contains mainly: red. Hex color #DE69BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE69BA is #219645. Grayscale: #959595. Windows color (decimal): -2201158 or 12216798. OLE color: 12216798.

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

Color convert

RGB 222 105 186 -
CMYK 0 0.53 0.16 0.13
HSL 318.46º 0.64% 0.64% -
HSV(B) 318.46º 0.53% 0.87% -
XYZ 44.04 29.18 49.77 -
YUV 149.22 148.76 179.91 -
System Red Green Blue C M Y K H S L
Decimal 222 105 186 0 0.53 0.16 0.13 318.46 0.64 0.64
Hex DE 69 BA 0 35 10 D 13E 40 40
Octal 336 151 272 0 65 20 15 476 100 100
Binary 11011110 1101001 10111010 0 110101 10000 1101 100111110 1000000 1000000

Color Harmonies of #DE69BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE69BA

Black with #DE69BA

Text Example


Text Example

White with #DE69BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE69BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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