Html Css Color HEX #DF75B5 Persian Pink

📋 copy color: '#DF75B5'

red 223 ◦ green 117 ◦ blue 181

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

Shades of Persian Pink #DF75B5

Tints of Persian Pink #DF75B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 34.74%

R = 42.8%
G = 22.46%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DF75B5 (or 0xDF75B5) is known color: Persian Pink. HEX triplet: DF, 75 and B5. RGB value is (223,117,181). Sum of RGB (Red+Green+Blue) = 223+117+181=521 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.80% from 521); Green value is 117 (46.09% from 255 or 22.46% from 521); Blue value is 181 (71.09% from 255 or 34.74% from 521); Max value from RGB is 223 - color contains mainly: red. Hex color #DF75B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF75B5 is #208A4A. Grayscale: #9B9B9B. Windows color (decimal): -2132555 or 11892191. OLE color: 11892191.

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

Color convert

RGB 223 117 181 -
CMYK 0 0.48 0.19 0.13
HSL 323.77º 0.62% 0.67% -
HSV(B) 323.77º 0.48% 0.87% -
XYZ 45.13 31.75 47.47 -
YUV 155.99 142.12 175.8 -
System Red Green Blue C M Y K H S L
Decimal 223 117 181 0 0.48 0.19 0.13 323.77 0.62 0.67
Hex DF 75 B5 0 30 13 D 144 3E 43
Octal 337 165 265 0 60 23 15 504 76 103
Binary 11011111 1110101 10110101 0 110000 10011 1101 101000100 111110 1000011

Color Harmonies of #DF75B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF75B5

Black with #DF75B5

Text Example


Text Example

White with #DF75B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF75B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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