Html Css Color HEX #DE75BA Persian Pink

📋 copy color: '#DE75BA'

red 222 ◦ green 117 ◦ blue 186

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

Shades of Persian Pink #DE75BA

Tints of Persian Pink #DE75BA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.29%

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

R = 42.29%
G = 22.29%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DE75BA (or 0xDE75BA) is known color: Persian Pink. HEX triplet: DE, 75 and BA. RGB value is (222,117,186). Sum of RGB (Red+Green+Blue) = 222+117+186=525 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.29% from 525); Green value is 117 (46.09% from 255 or 22.29% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 222 - color contains mainly: red. Hex color #DE75BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE75BA is #218A45. Grayscale: #9C9C9C. Windows color (decimal): -2198086 or 12219870. OLE color: 12219870.

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

Color convert

RGB 222 117 186 -
CMYK 0 0.47 0.16 0.13
HSL 320.57º 0.61% 0.66% -
HSV(B) 320.57º 0.47% 0.87% -
XYZ 45.35 31.8 50.2 -
YUV 156.26 144.79 174.89 -
System Red Green Blue C M Y K H S L
Decimal 222 117 186 0 0.47 0.16 0.13 320.57 0.61 0.66
Hex DE 75 BA 0 2F 10 D 141 3D 42
Octal 336 165 272 0 57 20 15 501 75 102
Binary 11011110 1110101 10111010 0 101111 10000 1101 101000001 111101 1000010

Color Harmonies of #DE75BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE75BA

Black with #DE75BA

Text Example


Text Example

White with #DE75BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE75BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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