Html Css Color HEX #DF75BF Persian Pink

📋 copy color: '#DF75BF'

red 223 ◦ green 117 ◦ blue 191

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

Shades of Persian Pink #DF75BF

Tints of Persian Pink #DF75BF

RGB

 RED value IS 223 (87.5% from 255) = 42%

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

 BLUE value IS 191 (75% from 255) = 35.97%

R = 42%
G = 22.03%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DF75BF (or 0xDF75BF) is known color: Persian Pink. HEX triplet: DF, 75 and BF. RGB value is (223,117,191). Sum of RGB (Red+Green+Blue) = 223+117+191=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 117 (46.09% from 255 or 22.03% from 531); Blue value is 191 (75% from 255 or 35.97% from 531); Max value from RGB is 223 - color contains mainly: red. Hex color #DF75BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF75BF is #208A40. Grayscale: #9C9C9C. Windows color (decimal): -2132545 or 12547551. OLE color: 12547551.

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

Color convert

RGB 223 117 191 -
CMYK 0 0.48 0.14 0.13
HSL 318.11º 0.62% 0.67% -
HSV(B) 318.11º 0.48% 0.87% -
XYZ 46.2 32.17 53.07 -
YUV 157.13 147.12 174.98 -
System Red Green Blue C M Y K H S L
Decimal 223 117 191 0 0.48 0.14 0.13 318.11 0.62 0.67
Hex DF 75 BF 0 30 E D 13E 3E 43
Octal 337 165 277 0 60 16 15 476 76 103
Binary 11011111 1110101 10111111 0 110000 1110 1101 100111110 111110 1000011

Color Harmonies of #DF75BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF75BF

Black with #DF75BF

Text Example


Text Example

White with #DF75BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF75BF; }

 p { color: rgb(223,117,191); }

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

background-color css

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

 a { background-color: rgb(223,117,191); }

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

border-color css

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

 span { border-color: rgb(223,117,191); }

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