Html Css Color HEX #DF83BA Persian Pink

📋 copy color: '#DF83BA'

red 223 ◦ green 131 ◦ blue 186

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

Shades of Persian Pink #DF83BA

Tints of Persian Pink #DF83BA

RGB

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

 GREEN value IS 131 (51.56% from 255) = 24.26%

 BLUE value IS 186 (73.05% from 255) = 34.44%

R = 41.3%
G = 24.26%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DF83BA (or 0xDF83BA) is known color: Persian Pink. HEX triplet: DF, 83 and BA. RGB value is (223,131,186). Sum of RGB (Red+Green+Blue) = 223+131+186=540 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.30% from 540); Green value is 131 (51.56% from 255 or 24.26% from 540); Blue value is 186 (73.05% from 255 or 34.44% from 540); Max value from RGB is 223 - color contains mainly: red. Hex color #DF83BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF83BA is #207C45. Grayscale: #A4A4A4. Windows color (decimal): -2128966 or 12223455. OLE color: 12223455.

HSL color Cylindrical-coordinate representation of color #DF83BA: hue angle of 324.13º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DF83BA is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 131 186 -
CMYK 0 0.41 0.17 0.13
HSL 324.13º 0.59% 0.69% -
HSV(B) 324.13º 0.41% 0.87% -
XYZ 47.41 35.47 50.8 -
YUV 164.78 139.98 169.53 -
System Red Green Blue C M Y K H S L
Decimal 223 131 186 0 0.41 0.17 0.13 324.13 0.59 0.69
Hex DF 83 BA 0 29 11 D 144 3B 45
Octal 337 203 272 0 51 21 15 504 73 105
Binary 11011111 10000011 10111010 0 101001 10001 1101 101000100 111011 1000101

Color Harmonies of #DF83BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF83BA

Black with #DF83BA

Text Example


Text Example

White with #DF83BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF83BA; }

 p { color: rgb(223,131,186); }

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

background-color css

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

 a { background-color: rgb(223,131,186); }

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

border-color css

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

 span { border-color: rgb(223,131,186); }

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