Html Css Color HEX #DF75B3 Persian Pink

📋 copy color: '#DF75B3'

red 223 ◦ green 117 ◦ blue 179

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

Shades of Persian Pink #DF75B3

Tints of Persian Pink #DF75B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 34.49%

R = 42.97%
G = 22.54%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DF75B3 (or 0xDF75B3) is known color: Persian Pink. HEX triplet: DF, 75 and B3. RGB value is (223,117,179). Sum of RGB (Red+Green+Blue) = 223+117+179=519 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.97% from 519); Green value is 117 (46.09% from 255 or 22.54% from 519); Blue value is 179 (70.31% from 255 or 34.49% from 519); Max value from RGB is 223 - color contains mainly: red. Hex color #DF75B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF75B3 is #208A4C. Grayscale: #9B9B9B. Windows color (decimal): -2132557 or 11761119. OLE color: 11761119.

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

Color convert

RGB 223 117 179 -
CMYK 0 0.48 0.20 0.13
HSL 324.91º 0.62% 0.67% -
HSV(B) 324.91º 0.48% 0.87% -
XYZ 44.93 31.67 46.39 -
YUV 155.76 141.12 175.96 -
System Red Green Blue C M Y K H S L
Decimal 223 117 179 0 0.48 0.20 0.13 324.91 0.62 0.67
Hex DF 75 B3 0 30 14 D 145 3E 43
Octal 337 165 263 0 60 24 15 505 76 103
Binary 11011111 1110101 10110011 0 110000 10100 1101 101000101 111110 1000011

Color Harmonies of #DF75B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF75B3

Black with #DF75B3

Text Example


Text Example

White with #DF75B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF75B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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