Html Css Color HEX #DF83BE Persian Pink

📋 copy color: '#DF83BE'

red 223 ◦ green 131 ◦ blue 190

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

Shades of Persian Pink #DF83BE

Tints of Persian Pink #DF83BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.93%

R = 40.99%
G = 24.08%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DF83BE (or 0xDF83BE) is known color: Persian Pink. HEX triplet: DF, 83 and BE. RGB value is (223,131,190). Sum of RGB (Red+Green+Blue) = 223+131+190=544 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.99% from 544); Green value is 131 (51.56% from 255 or 24.08% from 544); Blue value is 190 (74.61% from 255 or 34.93% from 544); Max value from RGB is 223 - color contains mainly: red. Hex color #DF83BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF83BE is #207C41. Grayscale: #A5A5A5. Windows color (decimal): -2128962 or 12485599. OLE color: 12485599.

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

Color convert

RGB 223 131 190 -
CMYK 0 0.41 0.15 0.13
HSL 321.52º 0.59% 0.69% -
HSV(B) 321.52º 0.41% 0.87% -
XYZ 47.84 35.64 53.07 -
YUV 165.23 141.98 169.2 -
System Red Green Blue C M Y K H S L
Decimal 223 131 190 0 0.41 0.15 0.13 321.52 0.59 0.69
Hex DF 83 BE 0 29 F D 142 3B 45
Octal 337 203 276 0 51 17 15 502 73 105
Binary 11011111 10000011 10111110 0 101001 1111 1101 101000010 111011 1000101

Color Harmonies of #DF83BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF83BE

Black with #DF83BE

Text Example


Text Example

White with #DF83BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF83BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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