Html Css Color HEX #DE74BA Persian Pink

📋 copy color: '#DE74BA'

red 222 ◦ green 116 ◦ blue 186

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

Shades of Persian Pink #DE74BA

Tints of Persian Pink #DE74BA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.14%

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

R = 42.37%
G = 22.14%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DE74BA (or 0xDE74BA) is known color: Persian Pink. HEX triplet: DE, 74 and BA. RGB value is (222,116,186). Sum of RGB (Red+Green+Blue) = 222+116+186=524 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.37% from 524); Green value is 116 (45.70% from 255 or 22.14% from 524); Blue value is 186 (73.05% from 255 or 35.50% from 524); Max value from RGB is 222 - color contains mainly: red. Hex color #DE74BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE74BA is #218B45. Grayscale: #9B9B9B. Windows color (decimal): -2198342 or 12219614. OLE color: 12219614.

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

Color convert

RGB 222 116 186 -
CMYK 0 0.48 0.16 0.13
HSL 320.38º 0.62% 0.66% -
HSV(B) 320.38º 0.48% 0.87% -
XYZ 45.23 31.57 50.16 -
YUV 155.67 145.12 175.31 -
System Red Green Blue C M Y K H S L
Decimal 222 116 186 0 0.48 0.16 0.13 320.38 0.62 0.66
Hex DE 74 BA 0 30 10 D 140 3E 42
Octal 336 164 272 0 60 20 15 500 76 102
Binary 11011110 1110100 10111010 0 110000 10000 1101 101000000 111110 1000010

Color Harmonies of #DE74BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE74BA

Black with #DE74BA

Text Example


Text Example

White with #DE74BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE74BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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