Html Css Color HEX #DF75B8 Persian Pink

📋 copy color: '#DF75B8'

red 223 ◦ green 117 ◦ blue 184

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

Shades of Persian Pink #DF75B8

Tints of Persian Pink #DF75B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 35.11%

R = 42.56%
G = 22.33%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DF75B8 (or 0xDF75B8) is known color: Persian Pink. HEX triplet: DF, 75 and B8. RGB value is (223,117,184). Sum of RGB (Red+Green+Blue) = 223+117+184=524 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.56% from 524); Green value is 117 (46.09% from 255 or 22.33% from 524); Blue value is 184 (72.27% from 255 or 35.11% from 524); Max value from RGB is 223 - color contains mainly: red. Hex color #DF75B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF75B8 is #208A47. Grayscale: #9C9C9C. Windows color (decimal): -2132552 or 12088799. OLE color: 12088799.

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

Color convert

RGB 223 117 184 -
CMYK 0 0.48 0.17 0.13
HSL 322.08º 0.62% 0.67% -
HSV(B) 322.08º 0.48% 0.87% -
XYZ 45.44 31.87 49.1 -
YUV 156.33 143.62 175.55 -
System Red Green Blue C M Y K H S L
Decimal 223 117 184 0 0.48 0.17 0.13 322.08 0.62 0.67
Hex DF 75 B8 0 30 11 D 142 3E 43
Octal 337 165 270 0 60 21 15 502 76 103
Binary 11011111 1110101 10111000 0 110000 10001 1101 101000010 111110 1000011

Color Harmonies of #DF75B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF75B8

Black with #DF75B8

Text Example


Text Example

White with #DF75B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF75B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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