Html Css Color HEX #DF83B9 Persian Pink

📋 copy color: '#DF83B9'

red 223 ◦ green 131 ◦ blue 185

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

Shades of Persian Pink #DF83B9

Tints of Persian Pink #DF83B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 34.32%

R = 41.37%
G = 24.3%
B = 34.32%

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

#DF83B9 (or 0xDF83B9) is known color: Persian Pink. HEX triplet: DF, 83 and B9. RGB value is (223,131,185). Sum of RGB (Red+Green+Blue) = 223+131+185=539 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.37% from 539); Green value is 131 (51.56% from 255 or 24.30% from 539); Blue value is 185 (72.66% from 255 or 34.32% from 539); Max value from RGB is 223 - color contains mainly: red. Hex color #DF83B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF83B9 is #207C46. Grayscale: #A4A4A4. Windows color (decimal): -2128967 or 12157919. OLE color: 12157919.

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

Color convert

RGB 223 131 185 -
CMYK 0 0.41 0.17 0.13
HSL 324.78º 0.59% 0.69% -
HSV(B) 324.78º 0.41% 0.87% -
XYZ 47.3 35.42 50.24 -
YUV 164.66 139.48 169.61 -
System Red Green Blue C M Y K H S L
Decimal 223 131 185 0 0.41 0.17 0.13 324.78 0.59 0.69
Hex DF 83 B9 0 29 11 D 145 3B 45
Octal 337 203 271 0 51 21 15 505 73 105
Binary 11011111 10000011 10111001 0 101001 10001 1101 101000101 111011 1000101

Color Harmonies of #DF83B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF83B9

Black with #DF83B9

Text Example


Text Example

White with #DF83B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF83B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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