Html Css Color HEX #DE75B9 Persian Pink

📋 copy color: '#DE75B9'

red 222 ◦ green 117 ◦ blue 185

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

Shades of Persian Pink #DE75B9

Tints of Persian Pink #DE75B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 35.31%

R = 42.37%
G = 22.33%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DE75B9 (or 0xDE75B9) is known color: Persian Pink. HEX triplet: DE, 75 and B9. RGB value is (222,117,185). Sum of RGB (Red+Green+Blue) = 222+117+185=524 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.37% from 524); Green value is 117 (46.09% from 255 or 22.33% from 524); Blue value is 185 (72.66% from 255 or 35.31% from 524); Max value from RGB is 222 - color contains mainly: red. Hex color #DE75B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE75B9 is #218A46. Grayscale: #9B9B9B. Windows color (decimal): -2198087 or 12154334. OLE color: 12154334.

HSL color Cylindrical-coordinate representation of color #DE75B9: hue angle of 321.14º 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 #DE75B9 is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 117 185 -
CMYK 0 0.47 0.17 0.13
HSL 321.14º 0.61% 0.66% -
HSV(B) 321.14º 0.47% 0.87% -
XYZ 45.24 31.75 49.64 -
YUV 156.15 144.29 174.97 -
System Red Green Blue C M Y K H S L
Decimal 222 117 185 0 0.47 0.17 0.13 321.14 0.61 0.66
Hex DE 75 B9 0 2F 11 D 141 3D 42
Octal 336 165 271 0 57 21 15 501 75 102
Binary 11011110 1110101 10111001 0 101111 10001 1101 101000001 111101 1000010

Color Harmonies of #DE75B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE75B9

Black with #DE75B9

Text Example


Text Example

White with #DE75B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE75B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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